You are here

function doesMonkeyPatchWork in Module Object Oriented Programming API 7.2

@file This file is intended to be separate. It helps to test whether monkey patching works.

1 call to doesMonkeyPatchWork()
MoopapiWebTestCase::testMonkeyPatch in tests/moopapi.test
1 string reference to 'doesMonkeyPatchWork'
MoopapiWebTestCase::testMonkeyPatch in tests/moopapi.test

File

tests/monkey_patch.inc, line 9
This file is intended to be separate. It helps to test whether monkey patching works.

Code

function doesMonkeyPatchWork() {
  return FALSE;
}