ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
VersionTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject
;
4
5
use
PHPUnit\Framework\TestCase
;
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
}
Sabre\VObject
Definition:
mergeduplicates.php:4
Sabre\VObject\Version\VERSION
const VERSION
Full version number.
Definition:
Version.php:17
Sabre\VObject\VersionTest
Definition:
VersionTest.php:7
php
TestCase
Sabre\VObject\VersionTest\testString
testString()
Definition:
VersionTest.php:9
libs
composer
vendor
sabre
vobject
tests
VObject
VersionTest.php
Generated on Thu Jan 30 2025 19:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)