Author: Sebastian Bergmann (sebastian@phpunit.de)
Inheritance: extends PHPUnit_Framework_TestSuite
コード例 #1
0
ファイル: UploadTestPHPT.php プロジェクト: tekreme73/frametek
 public function __construct()
 {
     parent::__construct(__DIR__);
 }
コード例 #2
0
ファイル: MathUtilTest.php プロジェクト: kingsj/core
 /**
  * Constructs a new test suite
  */
 public function __construct()
 {
     parent::__construct(realpath(dirname(__FILE__) . '/../_code/Util/MathUtil/'));
 }