public function testGetNodeVisitors()
 {
     $asseticNodeVisitors = $this->extension->getNodeVisitors();
     $this->assertTrue(is_array($asseticNodeVisitors));
 }
Exemplo n.º 2
0
 public function testGetName()
 {
     $this->assertEquals('oro_assetic', $this->extension->getName());
 }