Skip to content

Commit 06b2c7f

Browse files
committed
hyperf/test跑通
1 parent b1a783f commit 06b2c7f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

test/Cases/DemoTest.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)