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.




source
share