@@ -146,7 +146,7 @@ |
||
146 | 146 | |
147 | 147 | $this->assertEquals( |
148 | 148 | ['test' => ['required' => true], |
149 | - 'test2' => ['filters' => []]], |
|
149 | + 'test2' => ['filters' => []]], |
|
150 | 150 | $actual |
151 | 151 | ); |
152 | 152 | } |
@@ -282,10 +282,10 @@ |
||
282 | 282 | 'return' => isset($methodSpec['@return']) |
283 | 283 | ? $call((array) $methodSpec['@return']) |
284 | 284 | : ( |
285 | - isset($methodSpec['return']) |
|
285 | + isset($methodSpec['return']) |
|
286 | 286 | ? ('__self__' === $methodSpec['return'] ? $this->returnSelf() : $this->returnValue($methodSpec['return'])) |
287 | 287 | : null |
288 | - ), |
|
288 | + ), |
|
289 | 289 | ]; |
290 | 290 | } |
291 | 291 | } |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | $errTmpl = __METHOD__ . ': ' . get_class($this); |
186 | 186 | if (!property_exists($this, 'target') || (!is_object($this->target) && !isset($spec['target']))) { |
187 | 187 | throw new PHPUnitException($errTmpl |
188 | - . ' must define the property "target" and the value must be an object.'); |
|
188 | + . ' must define the property "target" and the value must be an object.'); |
|
189 | 189 | } |
190 | 190 | |
191 | 191 | if (!is_array($spec)) { |
@@ -399,7 +399,7 @@ discard block |
||
399 | 399 | } |
400 | 400 | |
401 | 401 | $err = __TRAIT__ . ': ' . get_class($this) . ': Setter ' . get_class($this->target) . '::' . $setter |
402 | - . ($expect === $this->target ? ' breaks fluent interface.' : ' does not return expected value.'); |
|
402 | + . ($expect === $this->target ? ' breaks fluent interface.' : ' does not return expected value.'); |
|
403 | 403 | |
404 | 404 | |
405 | 405 | if (false === $args) { |
@@ -4,10 +4,10 @@ discard block |
||
4 | 4 | |
5 | 5 | use PHPUnit\Framework\TestCase; |
6 | 6 | 'modules' => array_merge( |
7 | - include_once __DIR__.'/../../../config/common.modules.php', |
|
8 | - array( |
|
7 | + include_once __DIR__.'/../../../config/common.modules.php', |
|
8 | + array( |
|
9 | 9 | 'Core', 'Auth', 'Jobs', 'Applications', 'Organizations' |
10 | - ) |
|
10 | + ) |
|
11 | 11 | ), |
12 | 12 | |
13 | 13 | // These are various options for the listeners attached to the ModuleManager |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | // ), |
66 | 66 | // ) |
67 | 67 | |
68 | - // Initial configuration with which to seed the ServiceManager. |
|
69 | - // Should be compatible with Zend\ServiceManager\Config. |
|
70 | - // 'service_manager' => array(), |
|
68 | + // Initial configuration with which to seed the ServiceManager. |
|
69 | + // Should be compatible with Zend\ServiceManager\Config. |
|
70 | + // 'service_manager' => array(), |
|
71 | 71 | ); |
72 | 72 | \ No newline at end of file |