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

testGetDateArray() public method

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