From dc2dcce3e344eea3231bb0a1b13caa0d873cf5f4 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Mon, 8 Aug 2016 08:05:55 -0700 Subject: [PATCH] Fixed coverage tests --- tests/VariablesTest.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/VariablesTest.php b/tests/VariablesTest.php index 336a35d..0ba145d 100644 --- a/tests/VariablesTest.php +++ b/tests/VariablesTest.php @@ -38,7 +38,7 @@ class VariablesTest extends \PHPUnit_Framework_TestCase } /** - * @covers Variables::variable_get + * @covers Sikofitt\Mocks\Drupal\Variables::variable_get */ public function testVariableGet() { @@ -56,7 +56,7 @@ class VariablesTest extends \PHPUnit_Framework_TestCase } /** - * @covers Variables::variable_set + * @covers Sikofitt\Mocks\Drupal\Variables::variable_set */ public function testVariableSet() { @@ -68,7 +68,7 @@ class VariablesTest extends \PHPUnit_Framework_TestCase } /** - * @covers Variables::variable_del + * @covers Sikofitt\Mocks\Drupal\Variables::variable_del */ public function testVariableDel() { @@ -84,10 +84,10 @@ class VariablesTest extends \PHPUnit_Framework_TestCase } /** - * @covers Variables::createTempDirectory - * @covers Variables::touchConfigFile - * @covers Variables::parseConfig - * @covers Variables::writeConfig + * @covers Sikofitt\Mocks\Drupal\Variables::createTempDirectory + * @covers Sikofitt\Mocks\Drupal\Variables::touchConfigFile + * @covers Sikofitt\Mocks\Drupal\Variables::parseConfig + * @covers Sikofitt\Mocks\Drupal\Variables::writeConfig */ public function testTempFile() {