AppserverIo\Appserver\Core\ContainerThreadTest::testGetDeployment PHP Méthode

testGetDeployment() public méthode

Test's if the configuration instance passed to the constructor is returned by the getter method.
public testGetDeployment ( ) : void
Résultat void
    public function testGetDeployment()
    {
        $this->assertInstanceOf('AppserverIo\\Appserver\\Core\\Mock\\MockDeployment', $this->containerThread->getDeployment());
    }