Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
34cd5090db
@ -124,10 +124,10 @@ class PMA_Table_Test extends PHPUnit_Framework_TestCase
|
||||
public function dataValidateName()
|
||||
{
|
||||
return array(
|
||||
array('test', True),
|
||||
array('te/st', False),
|
||||
array('te.st', False),
|
||||
array('te\\st', False),
|
||||
array('test', true),
|
||||
array('te/st', false),
|
||||
array('te.st', false),
|
||||
array('te\\st', false),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user