diff --git a/tests/wdm/debian/PackagerTest.php b/tests/wdm/debian/PackagerTest.php index 1af248d..6490775 100644 --- a/tests/wdm/debian/PackagerTest.php +++ b/tests/wdm/debian/PackagerTest.php @@ -58,7 +58,7 @@ class PackagerTest extends \PHPUnit_Framework_TestCase $this->object->run(); $command = $this->object->build(); - $control = $this->getControl(); + $control = $this->object->getControl(); $name = $control['Package']; $version = $control['Version']; $arch = $control['Architecture']; @@ -79,7 +79,7 @@ class PackagerTest extends \PHPUnit_Framework_TestCase $this->object->run(); $command = $this->object->build(); - $control = $this->getControl(); + $control = $this->object->getControl(); $name = $control['Package']; $version = $control['Version']; $arch = $control['Architecture'];