Exemplo n.º 1
0
 /**
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage not numeric
  */
 public function testInvalidSetFromUInt64()
 {
     $s = new SteamID();
     $s->SetFromUInt64('111failure111');
 }