diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-22 14:45:49 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-22 15:14:28 +0100 |
commit | 0c69e124a57891aa84aaf7c25773738db2a108c2 (patch) | |
tree | 98f710a5b4ea7c3298b4c33c715ed5ffd82cebfa /t/app/controller | |
parent | 3aa1096003e9a0413f6d8e8f961ec55554856ed1 (diff) |
Allow admin to edit user's phone number.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/admin.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index 1dcb768dc..dc7aed341 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -1136,6 +1136,7 @@ for my $test ( name => 'Test User', email => 'test@example.com', body => $haringey->id, + phone => '', flagged => undef, }, changes => { @@ -1150,6 +1151,7 @@ for my $test ( name => 'Changed User', email => 'test@example.com', body => $haringey->id, + phone => '', flagged => undef, }, changes => { @@ -1164,6 +1166,7 @@ for my $test ( name => 'Changed User', email => 'changed@example.com', body => $haringey->id, + phone => '', flagged => undef, }, changes => { @@ -1178,6 +1181,7 @@ for my $test ( name => 'Changed User', email => 'changed@example.com', body => $southend->id, + phone => '', flagged => undef, }, changes => { @@ -1192,6 +1196,7 @@ for my $test ( name => 'Changed User', email => 'changed@example.com', body => $southend->id, + phone => '', flagged => 'on', }, changes => { |