1 | <?php |
||
8 | class ClientSpec extends ObjectBehavior |
||
9 | { |
||
10 | function let() |
||
14 | |||
15 | function it_has_a_project_identifier() |
||
19 | |||
20 | function it_has_a_project_api_key() |
||
24 | |||
25 | function it_has_a_http_client() |
||
29 | |||
30 | function it_allow_defined_api_method() |
||
34 | |||
35 | function it_should_not_allow_undefined_api_method() |
||
39 | } |
||
40 |