Beispiel #1
0
 function token_get_all()
 {
     return loco_compat_token_get_all();
 }
Beispiel #2
0
 public function testDummyTokenizerReturnsEmptyArray()
 {
     $tokens = loco_compat_token_get_all('anything');
     $this->assertSame(array(), $tokens);
 }