mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
Fix CS in UtilsTest.php
This commit is contained in:
parent
739a4024fa
commit
80d4260a8e
@ -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…
x
Reference in New Issue
Block a user