Skip to content

Commit

Permalink
Clean configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed May 22, 2017
1 parent 0838d6e commit 354f0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use mageekguy\atoum;
use mageekguy\atoum\scripts;

if (defined('mageekguy\atoum\scripts\runner') === true && version_compare(constant('mageekguy\atoum\version'), '2.9.0-beta', '>=') === true) {
if (defined('mageekguy\atoum\scripts\runner') === true) {
scripts\runner::addConfigurationCallable(function(atoum\configurator $script, atoum\runner $runner) {
$extension = new atoum\config\extension($script);

Expand Down

0 comments on commit 354f0d7

Please sign in to comment.