You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been googling around for a few hours, seems this shouldn't be happening. Enjoyed the series, great teaching style, probably the best tutorial I've ever done on youtube
I should add, everything works while running the app.
The text was updated successfully, but these errors were encountered:
Hi, loved the series. One question: when running on the router, the test fails with this error:
"Call to undefined function Core\basePath()"
I vardumped
__DIR__
, both during test and running the server, it shows it's the /Core directory.The phpunit.xml file does seem to have the correct bootstrap value:
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true"
I have been googling around for a few hours, seems this shouldn't be happening. Enjoyed the series, great teaching style, probably the best tutorial I've ever done on youtube
I should add, everything works while running the app.
The text was updated successfully, but these errors were encountered: