Fix failing tests
This commit is contained in:
parent
a5521ecb79
commit
9300e1116d
3 changed files with 9 additions and 4 deletions
|
@ -13,6 +13,10 @@ abstract class IntegrationTestCase extends TestCase
|
|||
|
||||
protected array $connectionsToTransact = ['mysql'];
|
||||
|
||||
protected $defaultHeaders = [
|
||||
'Accept' => 'application/json',
|
||||
];
|
||||
|
||||
/**
|
||||
* Return an ISO-8601 formatted timestamp to use in the API response.
|
||||
*/
|
||||
|
|
Reference in a new issue