• Added another illegal value for Email column.
1 parent 2260df3 commit 60235b0fa7aebd9f41381e0d82f6250cea71dfc2
Nigel Stanger authored on 9 Apr 2014
Showing 1 changed file
View
2
■■■
UsedCars/Test_classes/Customer/UsedCars_Test_Customer.php
'email@example.com', 'EMAIL@EXAMPLE.COM', 'email@example.co.nz',
'test.email@some-place.co', 'email@thing.example.co.uk', 'email_address@example.com' ),
'illegal_values'=> array(
'@example.com', 'email@', 'email@@example.com', 'email.com', 'email@com',
'email@example..com' ),
'email@example..com', 'email com' ),
'test_value' => 'test.email@example.com', ),
'CREDIT_RATING' => array( 'generic_type' => 'TEXT',
'sql_type' => array( 'CHAR', 'VARCHAR2', 'VARCHAR' ),
'min_length' => 1,