1 | <?php |
||
10 | class BitlyTest extends TestCase |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * Just check if Bitly has no syntax error |
||
15 | * |
||
16 | * This is just a simple check to make sure your library has no syntax error. This helps you troubleshoot |
||
17 | * any typo before you even use this library in a real project. |
||
18 | * |
||
19 | */ |
||
20 | public function testIsThereAnySyntaxError() |
||
26 | |||
27 | |||
28 | /** |
||
29 | * Test if Bitly return a short link |
||
30 | */ |
||
31 | public function testIfReturnsAShortLink() |
||
38 | |||
39 | } |
||
40 |