Kraken\_Unit\Network\Http\Driver\HttpDriverTest::testApiConstructor_CreatesInstance PHP Метод

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

    public function testApiConstructor_CreatesInstance()
    {
        $driver = $this->createDriver();
        $this->assertInstanceOf(HttpDriver::class, $driver);
        $this->assertInstanceOf(HttpDriverInterface::class, $driver);
    }