/** * @expectedException UndefinedEndpointException */ public function testUndefinedSecondLevel() { $sections = CleverSection::all(array('limit' => 1)); $section = $sections[0]; $objs = $section->eventz(); }