assertInstanceOf('DesignPatterns\Creational\Singleton\Singleton', $firstCall); $this->assertSame($firstCall, $secondCall); } }