Blog\Plugin\CommentListTest::testInvoke PHP Method

testInvoke() public method

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