Example #1
0
	public function testForParamValue() {
		$this->program->parse(array(0 => 'app.php', 1 => '-c', 2 => '12'));
		$this->assertEquals($this->program->cheese, '12');
	}