Redaxscript\Tests\Admin\View\Helper\OptionTest::testGetOrderArray PHP Method

testGetOrderArray() public method

testGetOrderArray
Since: 3.0.0
public testGetOrderArray ( array $expectArray = [] )
$expectArray array
    public function testGetOrderArray($expectArray = [])
    {
        /* actual */
        $actualArray = Helper\Option::getOrderArray();
        /* compare */
        $this->assertEquals($expectArray['order'], $actualArray);
    }