Explorar el Código

Remove useless variable

Grégoire Paris hace 9 años
padre
commit
a4856df1c2

+ 1 - 1
Tests/Translator/Extractor/JMSTranslatorBundle/AdminExtractorTest.php

@@ -124,6 +124,6 @@ class AdminExtractorTest extends \PHPUnit_Framework_TestCase
                 throw new \RuntimeException('Foo throws exception');
                 throw new \RuntimeException('Foo throws exception');
             }));
             }));
 
 
-        $catalogue = $this->adminExtractor->extract();
+        $this->adminExtractor->extract();
     }
     }
 }
 }