public function testArgumentsArrayPropertyFile()
 {
     $options = new PhingOptions();
     $options->setPropertyFile('foo');
     $this->assertEquals(array('-propertyfile', 'foo'), $options->toArgumentsArray());
 }