public function testCanGetBaseClass()
 {
     $this->assertEquals('Baz', Strings::baseClass('Foo\\Bar\\Baz'));
 }