build: add a PHP environment

This commit is contained in:
Oliver Davies 2022-09-27 14:22:00 +01:00
parent 4e2e0d6f0c
commit 6c967e7fa4
9 changed files with 2937 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
it('should return true', function () {
expect(false)->toBeTrue();
});