Welcome Guest, Not a member yet? Register   Sign In
PHPUnit and extended class
#8

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.

Maybe the problem is in these lines ?
PHP Code:
public function setUp(): void
    
{
        parent::setUp();
    }

    public function tearDown(): void
    
{
        parent::tearDown();
    
Reply


Messages In This Thread
PHPUnit and extended class - by WebboyFR - 03-17-2021, 11:30 AM
RE: PHPUnit and extended class - by kenjis - 03-17-2021, 03:52 PM
RE: PHPUnit and extended class - by WebboyFR - 03-18-2021, 01:32 AM
RE: PHPUnit and extended class - by WebboyFR - 03-18-2021, 01:55 AM
RE: PHPUnit and extended class - by kenjis - 03-18-2021, 10:26 PM
RE: PHPUnit and extended class - by WebboyFR - 03-19-2021, 02:06 AM
RE: PHPUnit and extended class - by kenjis - 03-19-2021, 02:20 AM
RE: PHPUnit and extended class - by WebboyFR - 03-19-2021, 02:29 AM
RE: PHPUnit and extended class - by kenjis - 03-19-2021, 03:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB