Пример #1
0
 /**
  * @dataProvider getFromContentData
  */
 public function testFromContent($content, $expected)
 {
     $this->assertEquals($expected, Checksum::fromContent($content));
 }