root/components/library/test/CorujaStringManipulationTest.php
| 6 | 166 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | require_once 'PHPUnit/Framework.php'; | 2 | require_once 'PHPUnit/Framework.php'; |
3 | 3 | ||
4 | require_once '../CorujaStringManipulation.class.php'; | 4 | require_once dirname( __FILE__ ).'/../../../_start.php'; |
5 | 5 | ||
6 | /** | 6 | /** |
7 | * Test class for CorujaStringManipulation. | 7 | * Test class for CorujaStringManipulation. |
Download diff