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

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

    public function testApiExpand_ExpandsArray()
    {
        $support = $this->createArraySupportMock();
        $array = $this->getArray();
        $this->assertSame($support::expand($array), $support::expand($this->getFlattenedArray($array)));
    }
ArraySupportTest