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

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

Initializes the application instance to test.
public setUp ( ) : void
Результат void
    public function setUp()
    {
        $this->containerThread = new MockAbstractContainerThread($this->getMockInitialContext(), $this->getNamingDirectory(), $this->getContainerNode(), ApplicationServerInterface::NETWORK);
    }