Ver código fonte

Added forgotten test annotation

Dmitry Pikhno 13 anos atrás
pai
commit
a55518d4a6
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      tests/Gedmo/Translatable/TranslatableTest.php

+ 3 - 0
tests/Gedmo/Translatable/TranslatableTest.php

@@ -247,6 +247,9 @@ class TranslatableTest extends BaseTestCaseORM
         $this->assertCount(1, $translations);
     }
 
+    /**
+     * @test
+     */
     function shouldRespectNoFallbackAnnotation()
     {
         $article = new Article;