options = getopt("database:url:"); } function testOptions() { print_r($this->options); $this->assertTrue(true); } }