| 1 | <?php |
||
| 7 | class WhiteSpaceTraitTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Sets up the fixture, for example, opens a network connection. |
||
| 12 | * This method is called before a test is executed. |
||
| 13 | */ |
||
| 14 | protected function setUp() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Tears down the fixture, for example, closes a network connection. |
||
| 20 | * This method is called after a test is executed. |
||
| 21 | */ |
||
| 22 | protected function tearDown() |
||
| 25 | } |
||
| 26 |