Skip to content

Commit

Permalink
Tests: remove duplicate test definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Aug 14, 2017
1 parent e22a6da commit b9f2490
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@
Environment::setupTester();
Environment::setupTimezone();
Environment::setupVariables(__DIR__);

/**
* @param Closure $function
* @return void
*/
function test(\Closure $function)
{
$function();
}

0 comments on commit b9f2490

Please sign in to comment.