Skip to content
Snippets Groups Projects
Unverified Commit 942465c8 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix unit tests


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 3d8a300b
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class ResourceLocatorTest extends \Test\TestCase {
->with('foo')
->will($this->throwException(new ResourceNotFoundException('foo', 'map')));
$this->logger->expects($this->exactly(2))
->method('error')
->method('debug')
->with($this->stringContains('map/foo'));
/** @var \OC\Template\ResourceLocator $locator */
$locator->find(array('foo'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment