ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
VersionTest.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\VObject;
4 
6 
7 class VersionTest extends TestCase {
8 
9  function testString() {
10 
11  $v = Version::VERSION;
12  $this->assertEquals(-1, version_compare('2.0.0', $v));
13 
14  }
15 
16 }
const VERSION
Full version number.
Definition: Version.php:17