File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/eluceo/ical/tests/Eluceo/iCal/PropertyBagTest.php
Back
<?php namespace Eluceo\iCal; class PropertyBagTest extends \PHPUnit_Framework_TestCase { /** * @todo Use Mocks instead of a real object! */ public function testPropertyAlreadyExistsOnAddingProperty() { $this->setExpectedException('\\Exception', "Property with name 'propName' already exists"); $propertyBag = new PropertyBag(); $propertyBag->add(new Property('propName', '')); $propertyBag->add(new Property('propName', '')); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings