Beispiel #1
0
 /**
  * @expectedException Inet\Neuralyzer\Exception\InetAnonGuesserException
  */
 public function testMapColWrongType()
 {
     $guesser = new Guesser();
     $guesser->mapCol('test', 'nothingtocompare', 'nothingtocompare', '255');
 }