Ejemplo n.º 1
0
 /**
  * @covers \Tests\Constraint\TokensMatch::toString
  */
 public function testToString()
 {
     $count = new TokensMatch(new Token('Foo'), true);
     $this->assertEquals('Token matches another Token', $count->toString());
 }