This commit is contained in:
Pavel Pavlov 2013-10-17 04:17:06 +04:00
parent f1b13e48f8
commit 2c1c5bfbe9

View file

@ -222,7 +222,7 @@ class Phing implements \PHPCI\Plugin
public function setPropertyFile($propertyFile)
{
if (!file_exists($this->getDirectory() . '/' . $propertyFile)) {
throw new \Exception('Specified property file file does not exists.');
throw new \Exception('Specified property file does not exists.');
}
$this->propertyFile = $propertyFile;