Hello,
I installed phpunit and made a directory app/test/unit with in it a test named TestProduct.
But as soon as I run phpunit I see a message that start.php cannot be found.
It is called with this part in TestCase.php
public function createApplication()
{
$unitTesting = true;
$testEnvironment = 'testing';
return require __DIR__.'/../../start.php';
}
Roelof
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community