Beispiel #1
0
 public function testCanGetBaseClass()
 {
     $this->assertEquals('Baz', Str::baseClass('Foo\\Bar\\Baz'));
 }