Skip to content
Snippets Groups Projects
Commit a3cd4cb0 authored by Pedro Faria's avatar Pedro Faria
Browse files

Fix alpha dash test

parent 4140592f
Branches
Tags 7.x-2.1
No related merge requests found
......@@ -73,7 +73,7 @@ class FAPIVTestCase extends DrupalWebTestCase {
'url2Field' => 'aaaaaaa',
'ipv4Field' => '192.168.400.1',
'alpha_numericField' => 'abcd1234#%',
'alpha_dashField' => 'abc-abc_abc421',
'alpha_dashField' => 'abc-abc_abc421$@%',
'digitField' => '1234aaa',
'decimal1Field' => '123',
'decimal2Field' => '123312.aaa',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment