diff --git a/.gitignore b/.gitignore index ae354d4..98d046e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,15 @@ Thumbs.db .env.* !.env.example +# Xdebug +._icons/* +._js/* +._css/* +.phpunit.cache/ + +# PHPUnit Coverage Reports +_coverage/ +*.html +!resources/**/*.html + +tree diff --git a/phpunit.out b/phpunit.out new file mode 100644 index 0000000..233294a --- /dev/null +++ b/phpunit.out @@ -0,0 +1,1301 @@ +PHPUnit 12.5.2 by Sebastian Bergmann and contributors. + +Runtime: PHP 8.4.15 +Configuration: /Users/elliotanderson/php/baremetalphp-src/phpunit.xml + +..........E.............F...................................... 63 / 510 ( 12%) +.....................................................SSS.....S. 126 / 510 ( 24%) +............................................................... 189 / 510 ( 37%) +...F...F.........EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEF... 252 / 510 ( 49%) +..................Migration created: /private/var/folders/bk/l00_jcf56y92rzhh262xnxn00000gn/T/baremetal_migration_test_6939f77556301/database/migrations/20251210224301_test_migration.php +RMigration created: /private/var/folders/bk/l00_jcf56y92rzhh262xnxn00000gn/T/baremetal_migration_test_6939f7755667b/database/migrations/20251210224301_test_migration.php +R.Controller created: app/Http/Controllers/TestController.php +R......................................... 315 / 510 ( 61%) +..........N....EE...........FF................................. 378 / 510 ( 74%) +............................................................... 441 / 510 ( 86%) +WebSocket broadcast: failed to encode payload +R................EEEEEEEEEEInstalling Go app server into: /private/var/folders/bk/l00_jcf56y92rzhh262xnxn00000gn/T/baremetal_test_6939f77564969 +Created go.mod with module name: baremetal_test_6939f77564969 +EInstalling Go app server into: /private/var/folders/bk/l00_jcf56y92rzhh262xnxn00000gn/T/baremetal_test_6939f77564b9b +Created go.mod with module name: baremetal_test_6939f77564b9b +EInstalling Go app server into: /private/var/folders/bk/l00_jcf56y92rzhh262xnxn00000gn/T/baremetal_test_6939f77564d9e +Created go.mod with module name: baremetal_test_6939f77564d9e +EInstalling Go app server into: /private/var/folders/bk/l00_jcf56y92rzhh262xnxn00000gn/T/baremetal_test_6939f77565072 +Created go.mod with module name: baremetal_test_6939f77565072 +E..F.F.........NNNNEEEENo migration files found. +RNNNN..... 504 / 510 ( 98%) +...... 510 / 510 (100%) + +Time: 00:01.678, Memory: 22.00 MB + +There were 63 errors: + +1) Tests\Unit\ConfigTest::testAppServerConfigDefaults +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/ConfigTest.php:109 + +2) Tests\Unit\Frontend\AssetManagerTest::testIsDevReturnsFalseInProduction +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:45 + +3) Tests\Unit\Frontend\AssetManagerTest::testAssetReturnsProductionPathWhenManifestMissing +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:52 + +4) Tests\Unit\Frontend\AssetManagerTest::testCssReturnsEmptyArrayInDevelopment +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:39 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:23 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:99 + +5) Tests\Unit\Frontend\AssetManagerTest::testCssReturnsEmptyWhenManifestMissing +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:108 + +6) Tests\Unit\Frontend\AssetManagerTest::testViteClientReturnsEmptyInProduction +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:152 + +7) Tests\Unit\Frontend\AssetManagerTest::testViteClientReturnsScriptInDevelopment +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:39 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:23 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:166 + +8) Tests\Unit\Frontend\AssetManagerTest::testViteClientIncludesReactPreamble +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:39 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:23 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:189 + +9) Tests\Unit\Frontend\AssetManagerTest::testScriptGeneratesScriptTag +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:206 + +10) Tests\Unit\Frontend\AssetManagerTest::testScriptWithCustomAttributes +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:216 + +11) Tests\Unit\Frontend\AssetManagerTest::testScriptWithStringAttributes +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:225 + +12) Tests\Unit\Frontend\AssetManagerTest::testStylesReturnsEmptyInDevelopment +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:39 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:23 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:236 + +13) Tests\Unit\Frontend\AssetManagerTest::testGetManifestReturnsEmptyArrayWhenFileMissing +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:287 + +14) Tests\Unit\Frontend\AssetManagerTest::testBuildAttributesWithBooleanTrue +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:332 + +15) Tests\Unit\Frontend\AssetManagerTest::testBuildAttributesWithStringValue +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:346 + +16) Tests\Unit\Frontend\AssetManagerTest::testBuildAttributesIgnoresFalseAndNull +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:359 + +17) Tests\Unit\Frontend\AssetManagerTest::testAssetNormalizesPath +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:380 + +18) Tests\Unit\Frontend\AssetManagerTest::testCanCreateAssetManager +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:35 + +19) Tests\Unit\Frontend\AssetManagerTest::testAssetWithManifest +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:80 + +20) Tests\Unit\Frontend\AssetManagerTest::testCssReturnsFilesFromManifest +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:135 + +21) Tests\Unit\Frontend\AssetManagerTest::testStylesReturnsLinkTags +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:269 + +22) Tests\Unit\Frontend\AssetManagerTest::testGetManifestCachesResult +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/AssetManagerTest.php:315 + +23) Tests\Unit\Frontend\SPAHelperTest::testRenderReturnsResponse +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:37 + +24) Tests\Unit\Frontend\SPAHelperTest::testRenderIncludesComponentInHtml +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:49 + +25) Tests\Unit\Frontend\SPAHelperTest::testRenderIncludesPropsInHtml +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:62 + +26) Tests\Unit\Frontend\SPAHelperTest::testRenderUsesDefaultLayoutWhenLayoutFileMissing +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:76 + +27) Tests\Unit\Frontend\SPAHelperTest::testJsonReturnsJsonResponse +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:120 + +28) Tests\Unit\Frontend\SPAHelperTest::testJsonWithCustomStatus +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:136 + +29) Tests\Unit\Frontend\SPAHelperTest::testCsrfTokenReturnsEmptyString +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:146 + +30) Tests\Unit\Frontend\SPAHelperTest::testBuildDefaultLayoutIncludesAssetManagerMethods +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:157 + +31) Tests\Unit\Frontend\SPAHelperTest::testRenderEscapesPropsInJson +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:177 + +32) Tests\Unit\Frontend\SPAHelperTest::testCanCreateSPAHelper +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:29 + +33) Tests\Unit\Frontend\SPAHelperTest::testRenderWithCustomLayout +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/AssetManager.php:25 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/SPAHelperTest.php:101 + +34) Tests\Unit\Frontend\ViteDevMiddlewareTest::testHandlePassesThroughNonViteAssets +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:26 + +35) Tests\Unit\Frontend\ViteDevMiddlewareTest::testIsViteAssetDetectsVitePaths +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:47 + +36) Tests\Unit\Frontend\ViteDevMiddlewareTest::testExtractContentTypeFromHeaders +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:70 + +37) Tests\Unit\Frontend\ViteDevMiddlewareTest::testExtractContentTypeReturnsDefaultWhenMissing +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:84 + +38) Tests\Unit\Frontend\ViteDevMiddlewareTest::testExtractContentTypeHandlesCaseInsensitive +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:98 + +39) Tests\Unit\Frontend\ViteDevMiddlewareTest::testProxyToViteReturns404ForNon200Response +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:114 + +40) Tests\Unit\Frontend\ViteDevMiddlewareTest::testHandleProxiesViteAssets +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:131 + +41) Tests\Unit\Frontend\ViteDevMiddlewareTest::testCanCreateViteDevMiddleware +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Frontend/Middleware/ViteDevMiddleware.php:19 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Frontend/ViteDevMiddlewareTest.php:19 + +42) Tests\Unit\HelperFunctionsTest::testConfigFunction +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/HelperFunctionsTest.php:48 + +43) Tests\Unit\HelperFunctionsTest::testConfigFunctionWithDefault +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/HelperFunctionsTest.php:55 + +44) Tests\Unit\Routing\RouterAdvancedTest::testRouteWithMiddleware +Error: Call to undefined method BareMetalPHP\Http\Response::setHeader() + +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Routing/RouterAdvancedTest.php:51 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:426 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:432 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:185 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Routing/RouterAdvancedTest.php:62 + +45) Tests\Unit\Routing\RouterAdvancedTest::testRouteWithMultipleMiddleware +Error: Call to undefined method BareMetalPHP\Http\Response::setHeader() + +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Routing/RouterAdvancedTest.php:83 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:426 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Routing/RouterAdvancedTest.php:73 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:426 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:432 +/Users/elliotanderson/php/baremetalphp-src/src/Routing/Router.php:185 +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Routing/RouterAdvancedTest.php:95 + +46) Tests\Feature\EnvTest::testCanLoadEnvFile +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +47) Tests\Feature\EnvTest::testCanCastBooleanValues +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +48) Tests\Feature\EnvTest::testCanCastIntegerValues +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +49) Tests\Feature\EnvTest::testCanCastFloatValues +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +50) Tests\Feature\EnvTest::testCanCastArrayValues +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +51) Tests\Feature\EnvTest::testCanHandleQuotedValues +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +52) Tests\Feature\EnvTest::testCanSkipComments +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +53) Tests\Feature\EnvTest::testCanCheckIfEnvExists +ReflectionException: Property BareMetalPHP\Support\Env::$loaded does not exist + +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/EnvTest.php:21 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +54) Tests\Feature\InstallGoAppServerCommandTest::testAppServerConfigDefaults +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/InstallGoAppServerCommandTest.php:218 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +55) Tests\Feature\InstallGoAppServerCommandTest::testCanInstallGoServerFiles +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:74 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:22 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/InstallGoAppServerCommandTest.php:78 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +56) Tests\Feature\InstallGoAppServerCommandTest::testGoFilesContainCorrectContent +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:74 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:22 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/InstallGoAppServerCommandTest.php:145 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +57) Tests\Feature\InstallGoAppServerCommandTest::testPhpFilesContainCorrectContent +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:74 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:22 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/InstallGoAppServerCommandTest.php:236 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +58) Tests\Feature\InstallGoAppServerCommandTest::testGoConfigFileReflectsAppServerConfig +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:74 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:22 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/InstallGoAppServerCommandTest.php:291 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +59) Tests\Feature\InstallGoAppServerCommandTest::testGoModUsesCorrectModuleName +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:74 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/InstallGoAppServerCommand.php:22 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/InstallGoAppServerCommandTest.php:320 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +60) Tests\Feature\GoServeCommandTest::testShowsDisabledMessageWhenNotEnabled +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/GoServeCommand.php:9 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/GoServeCommandTest.php:72 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +61) Tests\Feature\GoServeCommandTest::testGoServeShowsDisabledMessageWhenNotEnabled +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/GoServeCommand.php:9 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Application.php:83 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/GoServeCommandTest.php:109 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/GoServeCommandTest.php:122 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +62) Tests\Feature\GoServeCommandTest::testGoServeDryRunPrintsCommand +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/GoServeCommand.php:9 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Application.php:83 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/GoServeCommandTest.php:109 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/GoServeCommandTest.php:144 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +63) Tests\Feature\GoServeCommandTest::testDryRunShowsCommand +RuntimeException: Cannot resolve parameter items + +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:180 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:142 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:141 +/Users/elliotanderson/php/baremetalphp-src/src/Application.php:124 +/Users/elliotanderson/php/baremetalphp-src/src/Support/helpers.php:82 +/Users/elliotanderson/php/baremetalphp-src/src/Console/Commands/GoServeCommand.php:9 +/Users/elliotanderson/php/baremetalphp-src/tests/Feature/GoServeCommandTest.php:53 +/Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit:122 + +-- + +There were 8 failures: + +1) Tests\Unit\Database\BelongsToManyTest::testSync +Failed asserting that an array contains '2'. + +/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Database/BelongsToManyTest.php:296 + +2) Tests\Unit\Exceptions\ErrorHandlerTest::testDebugResponseIncludesStackTrace +Failed asserting that '\n +
Exception: Test
\n +File: /Users/elliotanderson/php/baremetalphp-src/tests/Unit/Exceptions/ErrorHandlerTest.php
\n +Line: 86
\n +#0 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestCase.php(1326): Tests\Unit\Exceptions\ErrorHandlerTest->testDebugResponseIncludesStackTrace()\n
+#1 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit\Framework\TestCase->runTest()\n
+#2 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit\Framework\TestCase->runBare()\n
+#3 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit\Framework\TestRunner->run(Object(Tests\Unit\Exceptions\ErrorHandlerTest))\n
+#4 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()\n
+#5 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()\n
+#6 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()\n
+#7 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()\n
+#8 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit\TextUI\TestRunner->run(Object(PHPUnit\TextUI\Configuration\Configuration), Object(PHPUnit\Runner\ResultCache\DefaultResultCache), Object(PHPUnit\Framework\TestSuite))\n
+#9 /Users/elliotanderson/php/baremetalphp-src/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run(Array)\n
+#10 /Users/elliotanderson/php/baremetalphp-src/vendor/bin/phpunit(122): include('/Users/elliotan...')\n
+#11 {main}\n
+ ' [ASCII](length: 2043) contains "getTraceAsString" [ASCII](length: 16).
+
+/Users/elliotanderson/php/baremetalphp-src/tests/Unit/Exceptions/ErrorHandlerTest.php:91
+
+3) Tests\Unit\Exceptions\ErrorPageRendererTest::testRenderEscapesHtml
+Failed asserting that '\n
+\n
+\n
+ \n
+ (empty)\n +
(empty)\n +
(empty)\n +
(empty)\n +