vendredi 9 septembre 2016

Is there a way to initialize a PHPUnit Test class template?

Lets say I have a class named Foo in a file named Foo.php and I want to unit test it, Is there a command like 'phpunit init Foo.php' that will create a file named FooTest.php with empty test functions for every function in the Foo.php class file ?

Aucun commentaire:

Enregistrer un commentaire