1 | <?php |
||
22 | class FileGetContentsFetcherTest extends \PHPUnit_Framework_TestCase |
||
23 | { |
||
24 | protected function setUp() |
||
30 | |||
31 | /** |
||
32 | * @expectedException \PHPUnit_Framework_Error_Warning |
||
33 | */ |
||
34 | public function testInvalidUrl() |
||
40 | |||
41 | /** |
||
42 | * @expectedException \PHPUnit_Framework_Error_Warning |
||
43 | */ |
||
44 | public function testEmptyUrl() |
||
50 | |||
51 | public function testValidUrl() |
||
59 | } |
||
60 |