Exemple #1
0
 public static function getTubeName()
 {
     return Str::className(static::className());
 }
Exemple #2
0
 public function test_class_name_does_not_exist()
 {
     $this->assertFalse(Str::className('ClassDoesNotExist'));
 }