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

setUp() public method

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