mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
add more examples to the dataprovider
This commit is contained in:
parent
2562755867
commit
66d53aafef
1 changed files with 2 additions and 1 deletions
|
@ -100,11 +100,12 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
array('http://svn.apache.org', true),
|
array('http://svn.apache.org', true),
|
||||||
array('http://svn.sf.net', true),
|
array('https://svn.sf.net', true),
|
||||||
array('svn://example.org', true),
|
array('svn://example.org', true),
|
||||||
array('svn+ssh://example.org', true),
|
array('svn+ssh://example.org', true),
|
||||||
array('file:///d:/repository_name/project', true),
|
array('file:///d:/repository_name/project', true),
|
||||||
array('file:///repository_name/project', true),
|
array('file:///repository_name/project', true),
|
||||||
|
array('/absolute/path', true),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue