| 1 | <?php |
||
| 11 | class RepoFacadeFactorySpec extends ObjectBehavior |
||
| 12 | { |
||
| 13 | public function it_is_initializable() |
||
| 17 | |||
| 18 | public function let(ClientFactory $clientFactory) |
||
| 22 | |||
| 23 | public function it_will_create_repo_facade($clientFactory, GithubRepo $githubRepo, GithubAccessToken $user, Client $client) |
||
| 29 | } |
||
| 30 |