mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Fix CS in UtilsTest.php
This commit is contained in:
parent
739a4024fa
commit
80d4260a8e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class UtilsTest extends TestCase
|
|||
*/
|
||||
public function testCorrectWordsCountForDifferentLanguages($text, $expectedCount)
|
||||
{
|
||||
static::assertEquals((float) $expectedCount, Utils::getReadingTime($text));
|
||||
static::assertSame((float) $expectedCount, Utils::getReadingTime($text));
|
||||
}
|
||||
|
||||
public function examples()
|
||||
|
|
Loading…
Reference in a new issue