Add checks for content type of statement object
This commit is contained in:
parent
b387528a4a
commit
8bc298daa4
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ class ClientApiTest extends TestCase
|
|||
nlog($message);
|
||||
}
|
||||
|
||||
$this->assertTrue($response->headers->get('content-type') == 'application/pdf');
|
||||
|
||||
$response->assertStatus(200);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue