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