Extension\Optimizers\CreateArrayTest::testCreateArrayNoSize PHP Method

testCreateArrayNoSize() public method

    public function testCreateArrayNoSize()
    {
        $t = new CreateArray();
        $this->assertSame(count($t->createNoSize()), 0);
    }