Functional\Tests\InvokerTest::testInvokerWithoutArguments PHP Method

testInvokerWithoutArguments() public method

    public function testInvokerWithoutArguments()
    {
        $fn = invoker('valueMethod');
        $this->assertSame('value', $fn($this));
    }