public static function main(array $args = array())
 {
     $test = new MatchMakingTestDrive();
     $test->drive();
 }
<?php

require_once "../../../bootstrap.php";
MatchMakingTestDrive::main($_SERVER["argv"]);