Ejemplo n.º 1
0
 /**
  * @expectedException \Omines\Semver\Exception\SemverException
  * @expectedExceptionMessage Semver string "1.2.3.4" contains 4 version numbers, should be 3 at most
  */
 public function testTooLongSemver2Exception()
 {
     VersionParser::parseSemver2('1.2.3.4');
 }