Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
mockery
/
mockery
/
docs
/
cookbook
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
big_parent_class.rst
1.633KB
edt
ren
class_constants.rst
4.566KB
edt
ren
default_expectations.rst
0.739KB
edt
ren
detecting_mock_objects.rst
0.385KB
edt
ren
index.rst
0.267KB
edt
ren
map.rst.inc
0.269KB
edt
ren
mockery_on.rst
2.979KB
edt
ren
mocking_class_within_cl
...
4.31KB
edt
ren
mocking_hard_dependenci
...
4.367KB
edt
ren
not_calling_the_constru
...
2.102KB
edt
ren
.. 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);