public static function setUpBeforeClass()
 {
     $phpBin = new PhpExecutableFinder();
     self::$phpBin = $phpBin->find();
 }
 public static function setUpBeforeClass()
 {
     $phpBin = new PhpExecutableFinder();
     self::$phpBin = 'phpdbg' === PHP_SAPI ? 'php' : $phpBin->find();
 }