ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilServicesFileDeliverySuite.php
Go to the documentation of this file.
1<?php
2
4
10class ilServicesFileDeliverySuite extends TestSuite
11{
12
16 public static function suite()
17 {
18 $suite = new self();
19
20 $suite->addTestFiles([
21 './Services/FileDelivery/test/FileDeliveryTypes/XSendfileTest.php',
22 './Services/FileDelivery/test/FileDeliveryTypes/XAccelTest.php',
23 './Services/FileDelivery/test/FileDeliveryTypes/FileDeliveryTypeFactoryTest.php'
24 ]);
25
26 return $suite;
27 }
28}
$suite
An exception for terminatinating execution or to throw for unit testing.
Class ilServicesFileDeliverySuite.