<?php natsort(array &$array): true
<?php $bestDirFound = null; $dirs = glob(__DIR__.'/../vendor/bin/.phpunit/phpunit-*', GLOB_ONLYDIR); natsort($dirs); foreach (array_reverse($dirs) as $dir) { $bestDirFound = $dir;