MrPrompt\Cielo\ClienteTest::setUp PHP Method

setUp() protected method

This method is called before a test is executed.
protected setUp ( )
    protected function setUp()
    {
        $mockAutorizacao = $this->getMock('MrPrompt\\Cielo\\Autorizacao', array(), array(), '', false);
        $this->object = new Cliente($mockAutorizacao);
    }