AcMailerTest\Controller\Plugin\SendMailPluginTest::testInvokeWithNoArgumentsReturnsTheService PHP Method

testInvokeWithNoArgumentsReturnsTheService() public method

    public function testInvokeWithNoArgumentsReturnsTheService()
    {
        $this->assertInstanceOf('AcMailer\\Service\\MailServiceInterface', $this->plugin->__invoke());
    }