Skip to content

Commit ee17525

Browse files
Oleksandr VasylenkoAkenRoberts
authored andcommitted
SR placeholders for tests of nulls and false values
1 parent 2dd112b commit ee17525

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/Gedmo/Translatable/TranslatableWithEmbeddedTest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ public function testQueryWalker()
109109
$this->assertSame('facebook-de', $result[0]['link.facebook']);
110110
}
111111

112+
public function testTranslationOfNullValuesFallbacksToDefault(): void
113+
{
114+
$this->markTestIncomplete('TODO');
115+
}
116+
117+
public function testTranslationOfFalseValuesDoesNotFallback(): void
118+
{
119+
$this->markTestIncomplete('TODO');
120+
}
121+
112122
protected function getUsedEntityFixtures()
113123
{
114124
return [

0 commit comments

Comments
 (0)