fix: Test 코드 변경
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
class BasicTest extends PHPUnit\Framework\TestCase{
|
||||
|
||||
use \PHPUnit\Framework\TestCase;
|
||||
|
||||
final class BasicTest extends TestCase{
|
||||
public function testHelloWorld(){
|
||||
$this->assertEquals(1+1, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user