Explorar el Código

Added forgotten test annotation

Dmitry Pikhno hace 13 años
padre
commit
a55518d4a6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;