Add 'include' & 'require' statements test.
All checks were successful
The build was successful.

This commit is contained in:
2019-12-10 19:21:27 +01:00
parent 469e5ba059
commit 0e757111a3
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class Test {
string $test = 'This is a test';
}