AppserverIo\Appserver\Core\ContainerThreadTest::testGetDeployment PHP Method

testGetDeployment() public method

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