build: add a PHP environment
This commit is contained in:
parent
4e2e0d6f0c
commit
6c967e7fa4
9 changed files with 2937 additions and 0 deletions
5
php/tests/ExampleTest.php
Normal file
5
php/tests/ExampleTest.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
it('should return true', function () {
|
||||
expect(false)->toBeTrue();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue