Skip to content

Instantly share code, notes, and snippets.

@mageekguy
Last active January 2, 2016 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mageekguy/8315328 to your computer and use it in GitHub Desktop.
Save mageekguy/8315328 to your computer and use it in GitHub Desktop.
<?php
call_user_func_array(include(__DIR__ . '/autoloader.php'),
[
[
'server' => __DIR__ . '/classes',
'mageekguy\atoum' => __DIR__ . '/tests/units/atoum/classes'
],
null,
[
'atoum' => 'mageekguy\atoum'
]
]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment