ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\User\Tests\BaseTestCase Class Reference
+ Inheritance diagram for ILIAS\User\Tests\BaseTestCase:
+ Collaboration diagram for ILIAS\User\Tests\BaseTestCase:

Protected Member Functions

 assertException (string $exception_class)
 

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 28 of file BaseTestCase.php.

Member Function Documentation

◆ assertException()

ILIAS\User\Tests\BaseTestCase::assertException ( string  $exception_class)
protected

Definition at line 30 of file BaseTestCase.php.

30  : void
31  {
32  $this->expectException($exception_class);
33  }

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