forked from wallabag/wallabag
Fix CS in UtilsTest.php
This commit is contained in:
@ -13,7 +13,7 @@ class UtilsTest extends TestCase
|
|||||||
*/
|
*/
|
||||||
public function testCorrectWordsCountForDifferentLanguages($text, $expectedCount)
|
public function testCorrectWordsCountForDifferentLanguages($text, $expectedCount)
|
||||||
{
|
{
|
||||||
static::assertEquals((float) $expectedCount, Utils::getReadingTime($text));
|
static::assertSame((float) $expectedCount, Utils::getReadingTime($text));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function examples()
|
public function examples()
|
||||||
|
|||||||
Reference in New Issue
Block a user