1 | <?php |
||
18 | class InputTest extends \PHPUnit_Framework_TestCase |
||
19 | { |
||
20 | |||
21 | /** +++++++++++++++++++++++++++++++++++ **/ |
||
22 | /** ++++++++++++++ TESTS ++++++++++++++ **/ |
||
23 | /** +++++++++++++++++++++++++++++++++++ **/ |
||
24 | |||
25 | /** |
||
26 | * Test data storage. |
||
27 | * |
||
28 | * @access public |
||
29 | * @return void |
||
30 | */ |
||
31 | public function testDataStorage() |
||
38 | |||
39 | /** +++++++++++++++++++++++++++++++++++ **/ |
||
40 | /** ++++++++++ TEST ENTITIES ++++++++++ **/ |
||
41 | /** +++++++++++++++++++++++++++++++++++ **/ |
||
42 | |||
43 | /** |
||
44 | * Get input. |
||
45 | * |
||
46 | * @access protected |
||
47 | * @return \JonnyW\PhantomJs\Procedure\Input |
||
48 | */ |
||
49 | protected function getInput() |
||
55 | } |
||
56 |