You are here

class ExampleApp in Module Object Oriented Programming API 7.2

Same name and namespace in other branches
  1. 6.2 tests/moopapi.test \ExampleApp
  2. 6 tests/moopapi.test \ExampleApp
  3. 7 tests/moopapi.test \ExampleApp

It is for testing Moopapi::wrap().

Hierarchy

Expanded class hierarchy of ExampleApp

3 string references to 'ExampleApp'
ExampleApp::exampleMethod in tests/monkey_patch.inc
MoopapiWebTestCase::testRegister in tests/moopapi.test
MoopapiWebTestCase::testWrap in tests/moopapi.test

File

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

View source
class ExampleApp {
  public function exampleMethod() {
    return 'ExampleApp';
  }

}

Members