/** * @test * @covers ::__toString * @covers ::__construct * @covers ::getFullName * @covers App\Generator::generateId */ public function should_handle_toString_method() { $this->assertSame('John Doe', $this->contact->__toString()); }