Download the PHP package feedtailor/mocking-property-modifier without Composer
On this page you can find all versions of the php package feedtailor/mocking-property-modifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download feedtailor/mocking-property-modifier
More information about feedtailor/mocking-property-modifier
Files in feedtailor/mocking-property-modifier
Download feedtailor/mocking-property-modifier
More information about feedtailor/mocking-property-modifier
Files in feedtailor/mocking-property-modifier
Vendor feedtailor
Package mocking-property-modifier
Short Description A property modifier for Mock object.
License MIT
Homepage https://github.com/feedtailor/mocking-property-modifier
Package mocking-property-modifier
Short Description A property modifier for Mock object.
License MIT
Homepage https://github.com/feedtailor/mocking-property-modifier
Please rate this library. Is it a good library?
Informations about the package mocking-property-modifier
Moking-PropertyModifier
A property modifier for Mock object.
Install
feedtailor/mocking-property-modifier を composer.json に追加して、 composer install
を実行します。
Example
Methods
$modifier = new PropertyModifier($obj);
$modifier = PropertyModifier::create($obj);
Create a new $modifier
instance.
$modifier->modify($name, $value);
modify a $name
property to $value
.
$modifier->modifyAll($values);
modify properties by associative array $values
.
License
Licensed under the MIT License.
All versions of mocking-property-modifier with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package feedtailor/mocking-property-modifier contains the following files
Loading the files please wait ....