mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fix DateTime case
This commit is contained in:
parent
d510dc6c98
commit
c15a3e5340
2 changed files with 3 additions and 3 deletions
|
@ -462,7 +462,7 @@ class ContentProxyTest extends TestCase
|
|||
$this->assertContains('no-cache', $entry->getHeaders());
|
||||
}
|
||||
|
||||
public function testWithForcedContentAndDatetime()
|
||||
public function testWithForcedContentAndDateTime()
|
||||
{
|
||||
$tagger = $this->getTaggerMock();
|
||||
$tagger->expects($this->once())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue