1 | <?php |
||
15 | class FlexibleTimestampBehaviorTest extends TestCase |
||
16 | { |
||
17 | /** |
||
18 | * Create new application instance if it doesn't exist. |
||
19 | * @return void |
||
20 | */ |
||
21 | public function setUp() |
||
33 | |||
34 | /** |
||
35 | * Clear created application. |
||
36 | * @return void |
||
37 | */ |
||
38 | public function tearDown() |
||
43 | |||
44 | /** |
||
45 | * @return void |
||
46 | */ |
||
47 | public function testCorrectMapping() |
||
63 | } |