Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function testNoProviderLoadsProviderSelection() |
||
16 | { |
||
17 | $this->client->request('GET', self::BASE_PATH.'create'); |
||
18 | $this->assertEquals(Response::HTTP_OK, $this->client->getResponse()->getStatusCode()); |
||
19 | $this->assertContains('Select provider', $this->client->getResponse()->getContent()); |
||
20 | } |
||
21 | } |
||
22 |