Calendar = new CalendarComponent(new ComponentCollection()); } public function tearDown() { parent::tearDown(); } public function testObject() { $this->assertInstanceOf('CalendarComponent', $this->Calendar); } public function testX() { //TODO } }