Skip to content
Snippets Groups Projects
Commit de2e6e13 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Do not convert boolean to integer in tests. put() already does this.

parent 011bca7b
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,6 @@ class Scanner extends \PHPUnit_Framework_TestCase {
$data1 = $this->cache->get('folder');
$data2 = $this->cache->get('');
$data0['etag'] = '';
$data0['encrypted'] = $data0['encrypted'] ? 1: 0;
$this->cache->put('folder/bar.txt', $data0);
// rescan
......
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