File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/mockery/mockery/docs/reference
Upload
[..]
creating_test_doubles.rst (14.12 KB)
Edit
Rename
Del
index.rst (421 B)
Edit
Rename
Del
map.rst.inc (550 B)
Edit
Rename
Del
partial_mocks.rst (4.19 KB)
Edit
Rename
Del
pass_by_reference_behaviours.rst (4.22 KB)
Edit
Rename
Del
public_static_properties.rst (701 B)
Edit
Rename
Del
Edit: public_static_properties.rst
.. 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.
Simpan