Esempio n. 1
0
 public function testGetToken()
 {
     $token = array(Mustache_Tokenizer::TYPE => 'whatever');
     $e = new Mustache_Exception_SyntaxException('ignore this', $token);
     $this->assertEquals($token, $e->getToken());
 }