diff options
author | nicofrand <mail@nicofrand.eu> | 2019-05-21 20:10:57 +0200 |
---|---|---|
committer | nicofrand <mail@nicofrand.eu> | 2019-05-21 20:38:22 +0200 |
commit | d99e6423f4bd54595a8a805dd1efd0bd94e8bb09 (patch) | |
tree | c687d727071f6bbd2fad81594d79fb839965feab /tests/Wallabag/CoreBundle/Helper | |
parent | 715fabf8f286177c7abb216f0c867a989de18c32 (diff) | |
download | wallabag-d99e6423f4bd54595a8a805dd1efd0bd94e8bb09.tar.gz wallabag-d99e6423f4bd54595a8a805dd1efd0bd94e8bb09.tar.zst wallabag-d99e6423f4bd54595a8a805dd1efd0bd94e8bb09.zip |
[tests] Fix pre-existing tests (preview now imported + records added)
Diffstat (limited to 'tests/Wallabag/CoreBundle/Helper')
-rw-r--r-- | tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 8ed7fa5f..c7caac1d 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | |||
@@ -499,7 +499,7 @@ class ContentProxyTest extends TestCase | |||
499 | 499 | ||
500 | $records = $handler->getRecords(); | 500 | $records = $handler->getRecords(); |
501 | 501 | ||
502 | $this->assertCount(1, $records); | 502 | $this->assertCount(3, $records); |
503 | $this->assertContains('Error while defining date', $records[0]['message']); | 503 | $this->assertContains('Error while defining date', $records[0]['message']); |
504 | } | 504 | } |
505 | 505 | ||