Sonata\Tests\Component\Payment\PoolTest::testAddMethodError PHP Method

testAddMethodError() public method

public testAddMethodError ( )
    public function testAddMethodError()
    {
        $pool = new Pool();
        $router = $this->getMock('Symfony\\Component\\Routing\\RouterInterface');
        $payment = new PassPayment($router);
        $pool->addMethod($payment);
    }