Skip to content

Commit

Permalink
form.type alias tel->phone_number
Browse files Browse the repository at this point in the history
  • Loading branch information
rh389 authored Oct 3, 2018
1 parent 4ab22e3 commit cfe6e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DependencyInjection/MisdPhoneNumberExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testLoad()
$this->assertServiceHasTag(
'misd_phone_number.form.type',
'form.type',
array('alias' => 'tel')
array('alias' => 'phone_number')
);
$this->assertHasService(
'misd_phone_number.serializer.handler',
Expand Down

0 comments on commit cfe6e01

Please sign in to comment.