FastFeed\Tests\Cache\FastFeedManagerExceptionTest::setUp PHP Méthode

setUp() public méthode

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->fastFeed = new FastFeed($this->httpMock, $this->loggerMock);
        $this->fastFeed->addFeed('desarrolla2', 'http://desarrolla2.com/feed/');
    }
FastFeedManagerExceptionTest