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

testGetContentArray() public method

testGetContentArray
Since: 3.0.0
public testGetContentArray ( array $expectArray = [] )
$expectArray array
    public function testGetContentArray($expectArray = [])
    {
        /* actual */
        $actualArray = Helper\Option::getContentArray('extras', [4, 5, 6]);
        /* compare */
        $this->assertEquals($expectArray['content'], $actualArray);
    }