Gc\View\Helper\ConfigTest::testSetDataMustReturnInteger PHP Method

testSetDataMustReturnInteger() public method

Test
public testSetDataMustReturnInteger ( ) : void
return void
    public function testSetDataMustReturnInteger()
    {
        $this->assertInternalType('integer', $this->object->set('debug_is_active', '1'));
    }