X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/mockery/mockery/docs/cookbook
home
/
prisjneg
/
public_html
/
vendor
/
mockery
/
mockery
/
docs
/
cookbook
/
📁
..
📄
big_parent_class.rst
(1.63 KB)
📄
class_constants.rst
(4.57 KB)
📄
default_expectations.rst
(757 B)
📄
detecting_mock_objects.rst
(394 B)
📄
index.rst
(273 B)
📄
map.rst.inc
(275 B)
📄
mockery_on.rst
(2.98 KB)
📄
mocking_class_within_class.rst
(4.31 KB)
📄
mocking_hard_dependencies.rst
(4.37 KB)
📄
not_calling_the_constructor.rst
(2.1 KB)
Editing: detecting_mock_objects.rst
.. index:: single: Cookbook; Detecting Mock Objects Detecting Mock Objects ====================== Users may find it useful to check whether a given object is a real object or a simulated Mock Object. All Mockery mocks implement the ``\Mockery\MockInterface`` interface which can be used in a type check. .. code-block:: php assert($mightBeMocked instanceof \Mockery\MockInterface);
Upload File
Create Folder