Add some basic tests for the beginning
This commit is contained in:
9
tests/test1.php
Normal file
9
tests/test1.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class Test1 {
|
||||
}
|
||||
|
||||
$test = new Test1();
|
||||
var_dump($test);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user