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

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

Checks if the new instance method works correctly.
public testNewInstance ( ) : void
Результат void
    public function testNewInstance()
    {
        $className = 'AppserverIo\\Configuration\\Configuration';
        $this->assertInstanceOf($className, $this->containerThread->newInstance($className));
    }