Gc\View\Helper\AdminTest::testInvokeWithoutAuthenticationShouldReturnFalse PHP Method

testInvokeWithoutAuthenticationShouldReturnFalse() public method

Test
    public function testInvokeWithoutAuthenticationShouldReturnFalse()
    {
        $this->assertFalse($this->object->__invoke());
    }