Rust-style Option and Result Classes for PHP

feat(.github/workflows/php.yml): split into build + test steps

Ciaran 05e79e37 0157b640

+2 -2
+2 -2
.github/workflows/php.yml
··· 1 - name: PHP Composer 1 + name: Test and Validate PHP Code 2 2 3 3 on: 4 4 push: ··· 34 34 run: composer install --prefer-dist --no-progress 35 35 36 36 - name: Run Tests 37 - run: composer test 37 + run: ./vendor/bin/phpunit --testdox tests