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

testGetDataShouldReturnValue() public method

Test
public testGetDataShouldReturnValue ( ) : void
return void
    public function testGetDataShouldReturnValue()
    {
        $this->assertInternalType('string', $this->object->get('debug_is_active'));
    }