We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a783f commit 06b2c7fCopy full SHA for 06b2c7f
1 file changed
test/Cases/DemoTest.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+namespace HyperfTest\Cases;
4
5
+class DemoTest extends \PHPUnit\Framework\TestCase
6
+{
7
+ public function test_echo()
8
+ {
9
+ echo 1;
10
+ self::assertNotEmpty(true);
11
12
+ }
13
+}
0 commit comments