Kraken\_Unit\Util\Support\ArraySupportTest::testApiGet_ReturnsArray_ForEmptyStringKey PHP Метод

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

    public function testApiGet_ReturnsArray_ForEmptyStringKey()
    {
        $support = $this->createArraySupportMock();
        $array = $this->getArray();
        $this->assertSame($array, $support::get($array, ''));
    }
ArraySupportTest