My problem is apparently simple, but I can not resolve it.
I tried to test in my application, and in the beginning I had problems
I run the following command line to run the test:
vendor/bin/phpunit
In the test I'm just instantiating the User class:
$user = \Escola\User;
And I get the following error message:
[Symfony\Component\Debug\Exception\FatalErrorException] Undefined constant 'Escola\User' Fatal error: Undefined constant 'Escola\User' in /home/f15/Desktop/escola/tests/PedidoTest.php on line 11