ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
MagicCallStub Class Reference

This class is used in tests for the "length" filter and "empty" test. More...

+ Collaboration diagram for MagicCallStub:

Public Member Functions

 __call ($name, $args)
 

Detailed Description

This class is used in tests for the "length" filter and "empty" test.

It asserts that __call is not used to convert such objects to strings.

Definition at line 260 of file IntegrationTest.php.

Member Function Documentation

◆ __call()

MagicCallStub::__call (   $name,
  $args 
)

Definition at line 262 of file IntegrationTest.php.

263  {
264  throw new Exception('__call shall not be called');
265  }

The documentation for this class was generated from the following file: