FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
phpunit-bootstrap.php
1 <?php
2 
3 /*
4 Copyright Siemens AG 2014
5 
6 Copying and distribution of this file, with or without modification,
7 are permitted in any medium without royalty provided the copyright
8 notice and this notice are preserved. This file is offered as-is,
9 without any warranty.
10 */
11 
12 namespace TestSupport;
13 
14 require_once __DIR__ . '/vendor/autoload.php';
15 
16 \Hamcrest\Util::registerGlobalFunctions();