PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
mockery
/
mockery
/
docs
/
reference
.. index:: single: Mocking; Public Static Methods Mocking Public Static Methods ============================= Static methods are not called on real objects, so normal mock objects can't mock them. Mockery supports class aliased mocks, mocks representing a class name which would normally be loaded (via autoloading or a require statement) in the system under test. These aliases block that loading (unless via a require statement - so please use autoloading!) and allow Mockery to intercept static method calls and add expectations for them. See the :ref:`creating-test-doubles-aliasing` section for more information on creating aliased mocks, for the purpose of mocking public static methods.
[-] map.rst.inc
[edit]
[-] partial_mocks.rst
[edit]
[-] public_static_properties.rst
[edit]
[-] spies.rst
[edit]
[+]
..
[-] expectations.rst
[edit]
[-] creating_test_doubles.rst
[edit]
[-] phpunit_integration.rst
[edit]
[-] argument_validation.rst
[edit]
[-] final_methods_classes.rst
[edit]
[-] instance_mocking.rst
[edit]
[-] demeter_chains.rst
[edit]
[-] index.rst
[edit]
[-] alternative_should_receive_syntax.rst
[edit]
[-] magic_methods.rst
[edit]
[-] pass_by_reference_behaviours.rst
[edit]
[-] protected_methods.rst
[edit]
[-] public_properties.rst
[edit]