@@ -7,12 +7,12 @@ |
||
| 7 | 7 | |
| 8 | 8 | if ($form->submitted()) { |
| 9 | 9 | |
| 10 | - $model = new stdClass; |
|
| 11 | - $model->foo = ''; |
|
| 10 | + $model = new stdClass; |
|
| 11 | + $model->foo = ''; |
|
| 12 | 12 | |
| 13 | - $form->fill($model); |
|
| 13 | + $form->fill($model); |
|
| 14 | 14 | |
| 15 | - exit('Submitted ['.$model->foo.']'); |
|
| 15 | + exit('Submitted ['.$model->foo.']'); |
|
| 16 | 16 | |
| 17 | 17 | } |
| 18 | 18 | |
@@ -2,5 +2,5 @@ |
||
| 2 | 2 | // Here you can initialize variables that will be available to your tests |
| 3 | 3 | |
| 4 | 4 | function script($test) { |
| 5 | - return str_replace('Cept', '', implode('/', array_slice(explode('/', $test), -2))); |
|
| 5 | + return str_replace('Cept', '', implode('/', array_slice(explode('/', $test), -2))); |
|
| 6 | 6 | } |
| 7 | 7 | \ No newline at end of file |
@@ -7,12 +7,12 @@ |
||
| 7 | 7 | |
| 8 | 8 | if ($form->submitted()) { |
| 9 | 9 | |
| 10 | - $model = new stdClass; |
|
| 11 | - $model->foo = ''; |
|
| 10 | + $model = new stdClass; |
|
| 11 | + $model->foo = ''; |
|
| 12 | 12 | |
| 13 | - $form->fill($model); |
|
| 13 | + $form->fill($model); |
|
| 14 | 14 | |
| 15 | - exit('Submitted ['.$model->foo.']'); |
|
| 15 | + exit('Submitted ['.$model->foo.']'); |
|
| 16 | 16 | |
| 17 | 17 | } |
| 18 | 18 | |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | { |
| 21 | 21 | use _generated\UnitTesterActions; |
| 22 | 22 | |
| 23 | - /** |
|
| 24 | - * Define custom actions here |
|
| 25 | - */ |
|
| 23 | + /** |
|
| 24 | + * Define custom actions here |
|
| 25 | + */ |
|
| 26 | 26 | } |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | { |
| 21 | 21 | use _generated\AcceptanceTesterActions; |
| 22 | 22 | |
| 23 | - /** |
|
| 24 | - * Define custom actions here |
|
| 25 | - */ |
|
| 23 | + /** |
|
| 24 | + * Define custom actions here |
|
| 25 | + */ |
|
| 26 | 26 | } |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | { |
| 21 | 21 | use _generated\FunctionalTesterActions; |
| 22 | 22 | |
| 23 | - /** |
|
| 24 | - * Define custom actions here |
|
| 25 | - */ |
|
| 23 | + /** |
|
| 24 | + * Define custom actions here |
|
| 25 | + */ |
|
| 26 | 26 | } |