assertContains('Bug4102Test', $class); } /** * Test namespace to match definition */ public function testNamespace() { $namespace = __NAMESPACE__; $this->assertEquals('Tests\Icinga\Regression', $namespace); } /** * Test phpunit inheritance */ public function testInheritance() { $this->assertInstanceOf('\PHPUnit_Framework_TestCase', $this); } }