Merge pull request #754 from jonnybarnes/752-fix-flaky-phpunit-tests
Remove dates than cause some tests to fail
This commit is contained in:
commit
52b1220068
1 changed files with 0 additions and 2 deletions
|
@ -137,7 +137,6 @@ class MicropubMediaTest extends TestCase
|
||||||
);
|
);
|
||||||
$sourceUploadResponse->assertJson(['items' => [[
|
$sourceUploadResponse->assertJson(['items' => [[
|
||||||
'url' => $response->headers->get('Location'),
|
'url' => $response->headers->get('Location'),
|
||||||
'published' => carbon()->toW3cString(),
|
|
||||||
'mime_type' => 'image/png',
|
'mime_type' => 'image/png',
|
||||||
]]]);
|
]]]);
|
||||||
|
|
||||||
|
@ -170,7 +169,6 @@ class MicropubMediaTest extends TestCase
|
||||||
);
|
);
|
||||||
$sourceUploadResponse->assertJson(['items' => [[
|
$sourceUploadResponse->assertJson(['items' => [[
|
||||||
'url' => $response->headers->get('Location'),
|
'url' => $response->headers->get('Location'),
|
||||||
'published' => carbon()->toW3cString(),
|
|
||||||
'mime_type' => 'image/png',
|
'mime_type' => 'image/png',
|
||||||
]]]);
|
]]]);
|
||||||
// And given our limit of 1 there should only be one result
|
// And given our limit of 1 there should only be one result
|
||||||
|
|
Loading…
Add table
Reference in a new issue