rename NormalTest to PhpEcho test

This commit is contained in:
Nicolas Le Goff
2012-01-24 16:31:15 +01:00
parent b370d6dac0
commit 45ba8f4e02

View File

@@ -36,7 +36,7 @@ class DoctrineNormalTest extends PhraseanetPHPUnitAbstract
'hello', array(), array() 'hello', array(), array()
); );
$this->assertEquals("normal", $log->getType()); $this->assertEquals("phpecho", $log->getType());
} }
public function testScope() public function testScope()