@@ -6,8 +6,6 @@ |
||
| 6 | 6 | * @author Russell Michell <[email protected]> |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -use JSONText\Exceptions; |
|
| 10 | - |
|
| 11 | 9 | class JSONTextIntegrationTest extends SapphireTest |
| 12 | 10 | { |
| 13 | 11 | |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | 10 | use JSONText\Fields\JSONText; |
| 11 | -use JSONText\Exceptions; |
|
| 12 | 11 | |
| 13 | 12 | class JSONTextBasicTest extends SapphireTest |
| 14 | 13 | { |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * |
| 56 | 56 | * @return null |
| 57 | 57 | */ |
| 58 | - public function onBeforeWrite() |
|
| 58 | + public function onBeforeWrite() |
|
| 59 | 59 | { |
| 60 | 60 | parent::onBeforeWrite(); |
| 61 | 61 | |
@@ -18,9 +18,9 @@ |
||
| 18 | 18 | * |
| 19 | 19 | * @var array |
| 20 | 20 | */ |
| 21 | - protected $extraDataObjects = [ |
|
| 22 | - 'JSONTextTestPage', |
|
| 23 | - ]; |
|
| 21 | + protected $extraDataObjects = [ |
|
| 22 | + 'JSONTextTestPage', |
|
| 23 | + ]; |
|
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * Is an exception thrown when no POSTed vars are available for |