| 1 | <?php |
||
| 5 | class TimeFormatTraitTest extends \PHPUnit_Framework_TestCase |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Test for formatTime() in case no format was set. |
||
| 9 | */ |
||
| 10 | public function testFormatTimeNoFormatting() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Test for formatTime() in case object was requested. |
||
| 20 | */ |
||
| 21 | public function testFormatTimeObject() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Test for formatTime() in case custom format was set. |
||
| 34 | */ |
||
| 35 | public function testFormatTimeCustom() |
||
| 43 | } |
||
| 44 |