ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilServicesMailSuite.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
12 public static function suite()
13 {
14 $suite = new self();
15
16 require_once 'Services/Mail/test/ilMailAddressTest.php';
17 $suite->addTestSuite('ilMailAddressTest');
18
19 require_once 'Services/Mail/test/ilMailAddressTypesTest.php';
20 $suite->addTestSuite('ilMailAddressTypesTest');
21
22 return $suite;
23 }
24}
$suite
An exception for terminatinating execution or to throw for unit testing.