Set up a new report which will later be used in the tests.

Source

						public function setUp() {
		$this->report = new Report();
	}