assertTrue(true); } public function testShouldConstruct() { $uri = new UriFactory; $this->assertInstanceOf(UriFactory::class, $uri); } }