summaryrefslogtreecommitdiffstats
path: root/tests/Plugin/BasePluginTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Plugin/BasePluginTest.php')
-rw-r--r--tests/Plugin/BasePluginTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Plugin/BasePluginTest.php b/tests/Plugin/BasePluginTest.php
index 0686eb4..1705609 100644
--- a/tests/Plugin/BasePluginTest.php
+++ b/tests/Plugin/BasePluginTest.php
@@ -1,7 +1,7 @@
<?php
-namespace PHPExcel\StyleFixer\Plugin;
+namespace PHPExcelFixer\StyleFixer\Plugin;
abstract class BasePluginTest extends \PHPUnit_Framework_TestCase
@@ -30,7 +30,7 @@ abstract class BasePluginTest extends \PHPUnit_Framework_TestCase
*/
protected function createBookUtil($count, $map)
{
- $bookUtil = $this->getMock('PHPExcel\StyleFixer\Util\Book');
+ $bookUtil = $this->getMock('PHPExcelFixer\StyleFixer\Util\Book');
$bookUtil
->expects($this->exactly($count))
->method('makeSheetMap')