public function testGetName()
	{
		$this->assertEquals('migration-configuration', $this->helper->getName());
	}
Exemplo n.º 2
0
	public function testGetName()
	{
		$this->assertEquals('diContainer', $this->helper->getName());
	}
Exemplo n.º 3
0
	public function testGetName()
	{
		$this->assertEquals('entityManager', $this->helper->getName());
	}