Exemplo n.º 1
0
 /**
  * Covered getTokenCodeByKey
  *
  * @test
  */
 public function testGetTokenCodeByKey()
 {
     $this->tokens = new Tokens($this->content, $this->parseFactory);
     $this->assertEquals(T_ECHO, $this->tokens->getTokenCodeByKey(1));
 }