addTestClass('TestOfAnnotations'); $this->addTestClass('TestOfPerformanceFeatures'); $this->addTestClass('TestOfSupportingFeatures'); $this->addTestClass('TestOfAnnotation'); $this->addTestClass('TestOfConstrainedAnnotation'); $this->addTestClass('TestOfMatchers'); $this->addTestClass('TestOfAnnotationMatchers'); $this->addTestClass('TestOfDocComment'); } } Addendum::setRawMode(false); $test = new AllTests('All tests in reflection mode'); $test->run(new HtmlReporter()); Addendum::setRawMode(true); $test = new AllTests('All tests in raw mode'); $test->run(new HtmlReporter()); ?>