Lines Matching refs:to

8 * Ability to double Throwable, or methods that extend it (@ciaranmcnulty)
9 * [fixed] Doubling methods where class has additional arguments to interface (@webimpress)
34 * Fix SplInfo ClassPatch to work with Symfony 4 (Thanks @gnugat)
39 * Reverted "check method predictions only once" due to it breaking Spies
47 * Escape file path sent to \SplFileObjectConstructor when running on Windows (thanks @danmartin-epi…
81 * Add __invoke to allowed reflectable methods list (thanks @ftrrtf)
82 * Updated ExportUtil to reflect the latest changes by Sebastian (thanks @jakari)
90 * Enhance exception for invalid argument to ThrowPromise (thanks @Tobion)
97 * Update internal test suite to support PHP7
110 * Add ability to specify which argument is returned in willReturnArgument (thanks @coderbyheart)
111 * Add more information to MethodNotFound exceptions (thanks @ciaranmcnulty)
127 * Add a way to get checked predictions with `MethodProphecy::getCheckedPredictions()`
145 * Spy automatically promotes spied method call to an expected one
155 * Changed the generated class names to use a static counter instead of a random number
156 …* Added a clss patch for ReflectionClass::newInstance to make its argument optional consistently (…
162 …* Added an exception when trying to prophesize on a final method instead of ignoring silently (tha…
179 * Do not attempt to autoload arrays when generating code (thanks @MarcoDeBortoli)
190 * Migrate spec suite to PhpSpec 2.0
206 * Add more debug information to CallTimes and Call prediction exception messages