示例#1
0
 public function testResolveUnitAliasShouldThrowExceptionForInvalidAlias()
 {
     $this->setExpectedException('\\InvalidArgumentException');
     Distance::resolveUnitAlias('foo');
 }