Download Latest Version textfile.zip (202 Bytes)
Email in envelope

Get an email when there's a new version of Laravel

Name Modified Size InfoDownloads / Week
Parent folder
wsdl_class_partial.phpt 2017-07-31 808 Bytes
wsdl_class.phpt 2017-07-31 884 Bytes
wsdl_class_namespace.phpt 2017-07-31 916 Bytes
return_type_declarations_void.phpt 2017-07-31 2.6 kB
scalar_type_declarations.phpt 2017-07-31 2.6 kB
return_type_declarations_self.phpt 2017-07-31 2.6 kB
return_type_declarations_static_method.phpt 2017-07-31 2.3 kB
return_type_declarations_nullable.phpt 2017-07-31 2.6 kB
return_type_declarations_object_method.phpt 2017-07-31 2.7 kB
nullable_types.phpt 2017-07-31 2.6 kB
proxy.phpt 2017-07-31 3.3 kB
nonexistent_class_with_namespace.phpt 2017-07-31 2.0 kB
nonexistent_class_with_namespace_starting_with_separator.phpt 2017-07-31 2.0 kB
namespaced_interface.phpt 2017-07-31 2.5 kB
nonexistent_class.phpt 2017-07-31 2.0 kB
namespaced_class_implementing_interface_dont_call_parent_constructor.phpt 2017-07-31 2.1 kB
namespaced_class_partial.phpt 2017-07-31 2.6 kB
namespaced_class_dont_call_parent_constructor.phpt 2017-07-31 2.0 kB
namespaced_class_implementing_interface_call_parent_constructor.phpt 2017-07-31 2.1 kB
namespaced_class_call_parent_constructor.phpt 2017-07-31 2.0 kB
namespaced_class_dont_call_parent_clone.phpt 2017-07-31 2.0 kB
namespaced_class.phpt 2017-07-31 3.2 kB
namespaced_class_call_parent_clone.phpt 2017-07-31 2.0 kB
interface.phpt 2017-07-31 2.5 kB
invocation_object_clone_object.phpt 2017-07-31 3.1 kB
class_with_method_named_method.phpt 2017-07-31 2.3 kB
class_with_method_with_variadic_arguments.phpt 2017-07-31 2.8 kB
class_implementing_interface_dont_call_parent_constructor.phpt 2017-07-31 2.0 kB
class_partial.phpt 2017-07-31 2.6 kB
class_dont_call_parent_constructor.phpt 2017-07-31 2.0 kB
class_implementing_interface_call_parent_constructor.phpt 2017-07-31 2.0 kB
class_call_parent_constructor.phpt 2017-07-31 2.0 kB
class_dont_call_parent_clone.phpt 2017-07-31 2.0 kB
class.phpt 2017-07-31 3.1 kB
class_call_parent_clone.phpt 2017-07-31 2.0 kB
232.phpt 2017-07-31 2.9 kB
abstract_class.phpt 2017-07-31 3.7 kB
Totals: 37 Items   85.3 kB 0

Latest Stable Version Minimum PHP Version Build Status

PHPUnit_MockObject

PHPUnit_MockObject is the default mock object library for PHPUnit.

Requirements

  • PHP 5.6 is required but using the latest version of PHP is highly recommended

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/phpunit-mock-objects

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev phpunit/phpunit-mock-objects
Source: README.md, updated 2017-07-31