1 | <?php |
||
7 | class TimeFormatTraitTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** |
||
10 | * Test for formatTime() in case no format was set. |
||
11 | */ |
||
12 | public function testFormatTimeNoFormatting() |
||
19 | |||
20 | /** |
||
21 | * Test for formatTime() in case object was requested. |
||
22 | */ |
||
23 | public function testFormatTimeObject() |
||
33 | |||
34 | /** |
||
35 | * Test for formatTime() in case custom format was set. |
||
36 | */ |
||
37 | public function testFormatTimeCustom() |
||
45 | } |
||
46 |