| 1 | <?php  | 
            ||
| 22 | class TestCase extends \PHPUnit_Framework_TestCase  | 
            ||
| 23 | { | 
            ||
| 24 | /**  | 
            ||
| 25 | * @param DiscoveredUri $uri  | 
            ||
| 26 | * @param Response $response  | 
            ||
| 27 | * @return Resource  | 
            ||
| 28 | */  | 
            ||
| 29 | protected function getResource(DiscoveredUri $uri, Response $response)  | 
            ||
| 33 | |||
| 34 | protected function buildResourceFromFixture($fixturePath, $uriString)  | 
            ||
| 41 | |||
| 42 | /**  | 
            ||
| 43 | * @param $filePath /absolute/path/to/fixure  | 
            ||
| 44 | */  | 
            ||
| 45 | protected function getFixtureContent($filePath)  | 
            ||
| 49 | }  | 
            ||
| 50 |