How proper unit test |
(10-03-2018, 01:46 AM)Przem4S Wrote: Hello All works fine for me. composer create-project codeigniter4/framework:dev-develop mysuperapp cd mysuperapp && composer install ln -s ./vendor/bin/phpunit ./phpunit Create the file tests/TestFoo.php: PHP Code: <?php Execute the test with this command: Code: ./phpunit tests/TestFoo.php --filter bar ![]() |
Messages In This Thread |
How proper unit test - by Przem4S - 10-03-2018, 01:46 AM
RE: How proper unit test - by unodepiera - 10-04-2018, 12:39 PM
RE: How proper unit test - by Przem4S - 10-08-2018, 01:36 AM
RE: How proper unit test - by unodepiera - 10-08-2018, 08:44 AM
RE: How proper unit test - by Przem4S - 10-09-2018, 01:00 AM
RE: How proper unit test - by Przem4S - 10-16-2018, 03:51 AM
RE: How proper unit test - by puschie - 10-19-2018, 12:24 AM
|