1 | <?php |
||
6 | class NewsTest extends BaseTester { |
||
|
|||
7 | |||
8 | /** @test */ |
||
9 | public function it_gets_news_by_app_id() |
||
25 | |||
26 | /** @test */ |
||
27 | public function it_gets_more_than_1_news_article_by_app_id() |
||
35 | |||
36 | /** |
||
37 | * @test |
||
38 | * |
||
39 | * @depends it_gets_more_than_1_news_article_by_app_id |
||
40 | * |
||
41 | * @param $defaultNewsCall |
||
42 | */ |
||
43 | public function it_has_full_news_article_by_app_id($defaultNewsCall) |
||
51 | |||
52 | } |
||
53 |