ILIAS  release_7 Revision v7.30-3-g800a261c036
ilServicesContactSuite.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4use PHPUnit\Framework\TestSuite;
5
6require_once __DIR__ . '/bootstrap.php';
7
12class ilServicesContactSuite extends TestSuite
13{
17 public static function suite()
18 {
19 $suite = new self();
20
21 $suite->addTestSuite(ilBuddySystemTestSuite::class);
22
23 return $suite;
24 }
25}
$suite
An exception for terminatinating execution or to throw for unit testing.