phpunit-test-generator
phpunit-test-generator copied to clipboard
Test explict class and not one of parent classes
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 ^^