divider = new Divider(); } public function testItShouldRenderDivider() { $html = $this->divider->render(); expect($html)->equals('
'); } }