@@ -70,32 +70,32 @@ public function compareUrlProvider()
7070 'same maintainer ' => array (
7171 $ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package.git ' ),
7272 $ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/acme/package.git ' ),
73- 'https://github.com/acme/package/compare/3.12.0..3.12.1 ' ,
73+ 'https://github.com/acme/package/compare/3.12.0... 3.12.1 ' ,
7474 ),
7575 'without .git ' => array (
7676 $ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package ' ),
7777 $ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/acme/package ' ),
78- 'https://github.com/acme/package/compare/3.12.0..3.12.1 ' ,
78+ 'https://github.com/acme/package/compare/3.12.0... 3.12.1 ' ,
7979 ),
8080 'dev versions ' => array (
8181 $ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , 'd46283075d76ed244f7825b378eeb1cee246af73 ' ),
8282 $ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , '9b860214d58c48b5cbe99bdb17914d0eb723c9cd ' ),
83- 'https://github.com/acme/package/compare/d462830..9b86021 ' ,
83+ 'https://github.com/acme/package/compare/d462830... 9b86021 ' ,
8484 ),
8585 'invalid or short reference ' => array (
8686 $ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , 'd462830 ' ),
8787 $ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , '1 ' ),
88- 'https://github.com/acme/package/compare/d462830..1 ' ,
88+ 'https://github.com/acme/package/compare/d462830... 1 ' ,
8989 ),
9090 'compare with base fork ' => array (
9191 $ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/IonBazan/package.git ' ),
9292 $ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/acme/package.git ' ),
93- 'https://github.com/IonBazan/package/compare/3.12.0..acme:3.12.1 ' ,
93+ 'https://github.com/IonBazan/package/compare/3.12.0... acme:3.12.1 ' ,
9494 ),
9595 'compare with head fork ' => array (
9696 $ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package.git ' ),
9797 $ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/IonBazan/package.git ' ),
98- 'https://github.com/acme/package/compare/3.12.0..IonBazan:3.12.1 ' ,
98+ 'https://github.com/acme/package/compare/3.12.0... IonBazan:3.12.1 ' ,
9999 ),
100100 'compare with different repository provider ' => array (
101101 $ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package.git ' ),
0 commit comments