lithium\tests\cases\test\filter\ComplexityTest::setUp PHP Method

setUp() public method

Set up a new report which will later be used in the tests.
See also: lithium\test\Report
public setUp ( )
    public function setUp()
    {
        $this->report = new Report();
        Mocker::register();
        Mocker::overwriteFunction(false);
    }