ImboUnitTest\Image\Transformation\LevelTest::setUp PHP Method

setUp() public method

Set up the transformation instance
public setUp ( )
    public function setUp()
    {
        $this->transformation = new Level();
    }