Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
PU_SuiteDocumentAll.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * @author Anakeen
9  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
10  * @package FDL
11  */
12 
13 require_once 'PHPUnit/Framework.php';
14 
15 require_once 'PU_TestDocument.php';
16 // ...
18 {
19  public static function suite()
20  {
21  $suite = new PHPUnit_Framework_TestSuiteDocument('Package');
22 
23  $suite->addTestSuite('TestDocument');
24  // ...
25  return $suite;
26  }
27 }
28 ?>
← centre documentaire © anakeen - published under CC License - Dynacase