Пример #1
0
 /**
  * @test
  * @dataProvider providerTestCrypto
  */
 public function testCryptoDes($string)
 {
     $this->assertEquals($string, self::$cryptoDes->decrypt(self::$cryptoDes->encrypt($string)));
 }