예제 #1
0
 /**
  * @covers CryptLib\Core\BaseConverter::baseConvert
  * @expectedException InvalidArgumentException
  */
 public function testBaseConvertFailure()
 {
     BaseConverter::baseConvert(array(1), 1, 1);
 }