FastFeed\Tests\Processor\ImagesProcessorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->processor = new ImagesProcessor();
        $this->items = array(new Item());
    }