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

testGetCaptchaArray() public method

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