fix: Test 코드 변경

This commit is contained in:
2023-03-01 12:38:33 +09:00
parent 4fcafe88a7
commit 294897df54
3 changed files with 67 additions and 23 deletions
+4 -1
View File
@@ -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);
}