Andy Wermke
2013-04-04 92cd7f34b07e86062f2c024039e3309768b48ce6
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'));
    }
}