Mercurial > hg > rc1
view vendor/sabre/vobject/tests/VObject/VersionTest.php @ 32:f8b3ac77e951
improved label deletion handling
| author | Charlie Root |
|---|---|
| date | Tue, 13 Mar 2018 13:01:49 -0400 |
| parents | 430dbd5346f7 |
| children |
line wrap: on
line source
<?php namespace Sabre\VObject; class VersionTest extends \PHPUnit_Framework_TestCase { function testString() { $v = Version::VERSION; $this->assertEquals(-1, version_compare('2.0.0',$v)); } }
