Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PHPUnit and extended class
Post: RE: PHPUnit and extended class

Thanks for the look kenjis. Yes I tested to exclude the FeatureTestCase file in phpunit.xml, but I think its more a namespace problem or an autoinstanciation of the parent class with extends. Mayb...
4,530 Views
8 Replies
03-19-2021, 02:29 AM
WebboyFR
    Thread: PHPUnit and extended class
Post: RE: PHPUnit and extended class

phpunit.xml.dist : Code: -- ./app ./app/Views ./system ./vendor ./app/Config/Routes.php ./tests ./system/Tes...
4,530 Views
8 Replies
03-19-2021, 02:06 AM
WebboyFR
    Thread: CodeIgniter 4 Testing Problems
Post: RE: CodeIgniter 4 Testing Problems

Hello, I got the same problem. Did you find a solution ? Thanks
1,739 Views
2 Replies
03-18-2021, 01:59 AM
WebboyFR
    Thread: PHPUnit and extended class
Post: RE: PHPUnit and extended class

After installed xdebug, I got this : Code: -- ./vendor/bin/phpunit --debug Cannot load Xdebug - it was already loaded PHPUnit 9.5.3 by Sebastian Bergmann and contributors. Test 'App\Libraries\F...
4,530 Views
8 Replies
03-18-2021, 01:55 AM
WebboyFR
    Thread: PHPUnit and extended class
Post: RE: PHPUnit and extended class

Thanks. I didn't install "code coverage driver" Code: -- PHPUnit 9.5.3 by Sebastian Bergmann and contributors. Warning:      No code coverage driver available Test 'App\Libraries\FooTest...
4,530 Views
8 Replies
03-18-2021, 01:32 AM
WebboyFR
    Thread: PHPUnit and extended class
Post: PHPUnit and extended class

Hello, I am testing PHPunit with CI4. I run a test on HTTP testing (to test routes), so my classe extends "FeatureTestCase" And when I run my test, PHPUNIT says :  Code: -- 1) Warning No ...
4,530 Views
8 Replies
03-17-2021, 11:30 AM
WebboyFR
    Thread: Customized pagination lib
Post: Customized pagination lib

Hi CodeIgniter community ! Just want to share my customized pagination lib here. It permits to display pagination by step of ten or hudred. https://user-images.githubusercontent.com/11063003/658...
3,157 Views
1 Replies
09-30-2019, 07:15 AM
WebboyFR

Theme © iAndrew 2016 - Forum software by © MyBB