Thomas Bruederli
2014-08-19 fc52af24f1418d6590a2d37a0d8cc31b123e38f6
tests/Framework/Bootstrap.php
@@ -207,4 +207,12 @@
        $this->assertFalse($result, "Invalid ASCII (UTF-8 character [2])");
    }
    /**
     * bootstrap.php: version_parse()
     */
    function test_version_parse()
    {
        $this->assertEquals('0.9.0', version_parse('0.9-stable'));
        $this->assertEquals('0.9.99', version_parse('0.9-git'));
    }
}