[68cat] [PHP] Generating a Test Case Class Skeleton

View: New views
1 Messages — Rating Filter:   Alert me  

[68cat] [PHP] Generating a Test Case Class Skeleton

by abajja :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


When Generating a Test Case Class Skeleton for a class say A, this class A.php is no more included in the generated test class.

(i.e) this line


Code:
require_once ‘path/to/A.php’;



Is not included in ATest.php

Any explication? thanks.