Gc\View\Helper\AdminTest::testInvokeWithoutAuthenticationShouldReturnFalse PHP Méthode

testInvokeWithoutAuthenticationShouldReturnFalse() public méthode

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