PHPUnit, Netbeans, and Symfony2 and incorrect test layout

I am trying to understand PHPUnit tests in Netbeans. I set the correct path phpunit.batand file phpunit-skelgen.bat. When I try to create a test for a certain file using the netbeans option, for example, we create a test file, I get the correct directory structure, but the files do not fit correctly.

Further, following the instructions from the Internet, I installed the test folder ( jobeet/tests), loading phpunit in jobeet\app\bootstrap.php.cacheand the xml configuration file onjobeet\app\phpunit.xml.dist

See screenshots below. enter image description here

enter image description here

enter image description here

enter image description here

+1
source share

All Articles