root/trunk/tests/converters/ConvertersTestSuite.php

Revision 144, 490 bytes (checked in by mikey, 3 weeks ago)

replace mail address and dirname(FILE) by DIR

Line 
1 <?php
2 /**
3  * Test suite for all converters.
4  *
5  * @author      Frank Kleine <mikey@xjconf.net>
6  * @package     XJConf
7  * @subpackage  test
8  */
9 /**
10  * Test suite for all converters.
11  *
12  * @package     XJConf
13  * @subpackage  test
14  */
15 class ConvertersTestSuite extends TestSuite
16 {
17     /**
18      * constructor
19      */
20     public function __construct()
21     {
22         $this->TestSuite('All converter tests');
23         $this->addTestFile(__DIR__ . '/PrimitiveValueConverterTestCase.php');
24     }
25 }
26 ?>
Note: See TracBrowser for help on using the browser.