Merge pull request #147 from DavidGarciaCat/psr-standards

Apply PSR Standards to tests/ too
This commit is contained in:
Tobias Nyholm 2016-07-31 20:50:31 +02:00 committed by GitHub
commit dc16e3f4d6

View File

@ -1,4 +1,4 @@
<?php
//Grab the composer Autoloader!
$autoloader = require dirname(__DIR__).'/vendor/autoload.php';
$autoloader = include dirname(__DIR__).'/vendor/autoload.php';