| @@ -11,10 +11,10 @@ | ||
| 11 | 11 | |
| 12 | 12 | namespace spec\LIN3S\WPFoundation\Configuration\Acf; | 
| 13 | 13 | |
| 14 | -use fixtures\LIN3S\WPFoundation\Acf; | |
| 15 | 14 | use LIN3S\WPFoundation\Configuration\Acf\Acf as BaseAcf; | 
| 16 | 15 | use LIN3S\WPFoundation\Configuration\Acf\AcfInterface; | 
| 17 | 16 | use PhpSpec\ObjectBehavior; | 
| 17 | +use fixtures\LIN3S\WPFoundation\Acf; | |
| 18 | 18 | |
| 19 | 19 | /** | 
| 20 | 20 | * Custom ACF Wysiwyg class adding some useful features. | 
| @@ -11,10 +11,10 @@ | ||
| 11 | 11 | |
| 12 | 12 | namespace spec\LIN3S\WPFoundation\Configuration\Login; | 
| 13 | 13 | |
| 14 | -use fixtures\LIN3S\WPFoundation\Login; | |
| 15 | 14 | use LIN3S\WPFoundation\Configuration\Login\Login as BaseLogin; | 
| 16 | 15 | use LIN3S\WPFoundation\Configuration\Login\LoginInterface; | 
| 17 | 16 | use PhpSpec\ObjectBehavior; | 
| 17 | +use fixtures\LIN3S\WPFoundation\Login; | |
| 18 | 18 | |
| 19 | 19 | /** | 
| 20 | 20 | * Spec of Login class. | 
| @@ -57,8 +57,7 @@ | ||
| 57 | 57 | $connector = null, | 
| 58 | 58 | $screenAttributesToAdd = [], | 
| 59 | 59 | $screenAttributesToRemove = [] | 
| 60 | - ) | |
| 61 | -    { | |
| 60 | +    ) { | |
| 62 | 61 |          if ($connector !== null && $connector instanceof FieldConnector) { | 
| 63 | 62 |              throw new \Exception('Connector must implement FieldConnector'); | 
| 64 | 63 | } |