Browse Source

Added forgotten test annotation

Dmitry Pikhno 13 years ago
parent
commit
a55518d4a6
1 changed files with 3 additions and 0 deletions
  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;