1
0
Fork 0

Fix wrong $this->assert...() with `self::assert...()

This commit is contained in:
Philipp Holzer 2020-10-17 14:19:57 +02:00
commit efaec26b1d
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
63 changed files with 1192 additions and 1192 deletions

View file

@ -75,6 +75,6 @@ class DateTimeFormatTest extends MockedTest
{
$dtFormat = new DateTimeFormat();
$this->assertEquals($assert, $dtFormat->isYearMonth($input));
self::assertEquals($assert, $dtFormat->isYearMonth($input));
}
}