| 1 | <?php |
||
| 5 | class ShortURLTest extends \SapphireTest |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @var array |
||
| 9 | */ |
||
| 10 | protected static $fixture_file = array( |
||
| 11 | 'shorturl/tests/fixtures.yml', |
||
| 12 | ); |
||
| 13 | |||
| 14 | /** |
||
| 15 | * |
||
| 16 | */ |
||
| 17 | public function testGetCMSFields() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * |
||
| 26 | */ |
||
| 27 | public function testGetValidate() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * |
||
| 47 | */ |
||
| 48 | function testGetLongURL() |
||
| 54 | } |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.