@@ -1,15 +1,15 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit\Factory; |
15 | 15 | |
@@ -60,9 +60,9 @@ discard block |
||
60 | 60 | { |
61 | 61 | if (is_string($expected)) { |
62 | 62 | $this->valueFactory->shouldReceive('parseValue') |
63 | - ->with($expected) |
|
64 | - ->once() |
|
65 | - ->andReturn($expected); |
|
63 | + ->with($expected) |
|
64 | + ->once() |
|
65 | + ->andReturn($expected); |
|
66 | 66 | } |
67 | 67 | |
68 | 68 | $filter = $this->factory->getFilter($property, $expected); |
@@ -155,8 +155,8 @@ discard block |
||
155 | 155 | { |
156 | 156 | foreach ($configuration as $property => $value) { |
157 | 157 | $this->valueFactory->shouldReceive('parseValue') |
158 | - ->with($value) |
|
159 | - ->andReturn($value); |
|
158 | + ->with($value) |
|
159 | + ->andReturn($value); |
|
160 | 160 | } |
161 | 161 | |
162 | 162 | $filter = $this->factory->createFilters($configuration); |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of graze/array-filter |
|
4 | - * |
|
5 | - * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - * |
|
10 | - * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | - * @link https://github.com/graze/array-filter |
|
12 | - */ |
|
3 | + * This file is part of graze/array-filter |
|
4 | + * |
|
5 | + * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com> |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + * |
|
10 | + * @license https://github.com/graze/array-filter/blob/master/LICENSE.md |
|
11 | + * @link https://github.com/graze/array-filter |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Graze\ArrayFilter\Test\Unit; |
15 | 15 |