assertSame('Psy\\Test\\Reflection', $refl->getName()); $this->assertSame('Psy\\Test\\Reflection', (string) $refl); } public function testNotYetImplemented() { $this->expectException(\RuntimeException::class); ReflectionNamespace::export('Psy\\Test\\Reflection'); $this->fail(); } }