Roeland Jago Douma
10 years ago
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with
2 additions and
1 deletions
-
tests/lib/Template/ResourceLocatorTest.php
|
|
|
@ -9,6 +9,7 @@ |
|
|
|
namespace Test\Template; |
|
|
|
|
|
|
|
use OC\Template\ResourceNotFoundException; |
|
|
|
use OCP\ILogger; |
|
|
|
|
|
|
|
class ResourceLocatorTest extends \Test\TestCase { |
|
|
|
/** @var \PHPUnit_Framework_MockObject_MockObject */ |
|
|
|
@ -16,7 +17,7 @@ class ResourceLocatorTest extends \Test\TestCase { |
|
|
|
|
|
|
|
protected function setUp() { |
|
|
|
parent::setUp(); |
|
|
|
$this->logger = $this->getMock('OCP\ILogger'); |
|
|
|
$this->logger = $this->createMock(ILogger::class); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|