diff options
Diffstat (limited to 'tests/lib/Template/CSSResourceLocatorTest.php')
-rw-r--r-- | tests/lib/Template/CSSResourceLocatorTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Template/CSSResourceLocatorTest.php b/tests/lib/Template/CSSResourceLocatorTest.php index a16cc18cb0a..ef3ef4f42c8 100644 --- a/tests/lib/Template/CSSResourceLocatorTest.php +++ b/tests/lib/Template/CSSResourceLocatorTest.php @@ -24,6 +24,7 @@ namespace Test\Template; use OC\Files\AppData\Factory; +use OCP\Files\IAppData; use OCP\ILogger; use OCP\IURLGenerator; use OCP\IConfig; @@ -37,7 +38,7 @@ class CSSResourceLocatorTest extends \Test\TestCase { protected $appData; /** @var IURLGenerator|\PHPUnit_Framework_MockObject_MockObject */ protected $urlGenerator; - /** @var SystemConfig|\PHPUnit_Framework_MockObject_MockObject */ + /** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */ protected $config; /** @var ThemingDefaults|\PHPUnit_Framework_MockObject_MockObject */ protected $themingDefaults; |