Skip to content

Commit 01fe898

Browse files
committed
replace assertEmpty() with stricter assertions
1 parent d0919ec commit 01fe898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DataCollector/TranslationDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function testCollectAndReset()
147147
$dataCollector->reset();
148148

149149
$this->assertNull($dataCollector->getLocale());
150-
$this->assertEmpty($dataCollector->getFallbackLocales());
150+
$this->assertSame([], $dataCollector->getFallbackLocales());
151151
}
152152

153153
private function getTranslator()

0 commit comments

Comments
 (0)