AppserverIo\Appserver\Core\ContainerThreadTest::testGetDeployment PHP Метод

testGetDeployment() публичный Метод

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