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