phpunit-test-generator icon indicating copy to clipboard operation
phpunit-test-generator copied to clipboard

Test explict class and not one of parent classes

Open ulftietze opened this issue 5 years ago • 0 comments

If you have a class, which extends from another class which extends from another class, all the methods from our most? parent class is taken (can i say most parent? xD) But i just want to test my class, hopefully the other classes are tested individually ^^

ulftietze avatar Feb 06 '20 11:02 ulftietze