Procházet zdrojové kódy

Added forgotten test annotation

Dmitry Pikhno před 13 roky
rodič
revize
a55518d4a6
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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;