Contao\CoreBundle\Test\Command\UserPasswordCommandTest::testInstantiation PHP Méthode

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $this->assertInstanceOf('Contao\\CoreBundle\\Command\\UserPasswordCommand', $this->command);
        $this->assertEquals('contao:user:password', $this->command->getName());
    }