ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilServicesFileDeliverySuite.php
Go to the documentation of this file.
1<?php
2
9{
10
14 public static function suite()
15 {
16 $suite = new self();
17
18 $suite->addTestFiles([
19 './Services/FileDelivery/test/FileDeliveryTypes/XSendfileTest.php',
20 './Services/FileDelivery/test/FileDeliveryTypes/XAccelTest.php',
21 './Services/FileDelivery/test/FileDeliveryTypes/FileDeliveryTypeFactoryTest.php'
22 ]);
23
24 return $suite;
25 }
26}
$suite
An exception for terminatinating execution or to throw for unit testing.
Class ilServicesFileDeliverySuite.