Exemplo n.º 1
0
 public function testCanGetBaseClass()
 {
     $this->assertEquals('Baz', String::baseClass('Foo\\Bar\\Baz'));
 }