@@ -64,32 +64,32 @@ public function compareUrlProvider()
64
64
'same maintainer ' => array (
65
65
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://bitbucket.org/acme/package.git ' ),
66
66
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://bitbucket.org/acme/package.git ' ),
67
- 'https://bitbucket.org/acme/package/branches/compare/3.12.0 %0D3.12.1 ' ,
67
+ 'https://bitbucket.org/acme/package/branches/compare/3.12.1 %0D3.12.0 ' ,
68
68
),
69
69
'without .git ' => array (
70
70
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://bitbucket.org/acme/package ' ),
71
71
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://bitbucket.org/acme/package ' ),
72
- 'https://bitbucket.org/acme/package/branches/compare/3.12.0 %0D3.12.1 ' ,
72
+ 'https://bitbucket.org/acme/package/branches/compare/3.12.1 %0D3.12.0 ' ,
73
73
),
74
74
'dev versions ' => array (
75
75
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://bitbucket.org/acme/package.git ' , 'd46283075d76ed244f7825b378eeb1cee246af73 ' ),
76
76
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://bitbucket.org/acme/package.git ' , '9b860214d58c48b5cbe99bdb17914d0eb723c9cd ' ),
77
- 'https://bitbucket.org/acme/package/branches/compare/d462830%0D9b86021 ' ,
77
+ 'https://bitbucket.org/acme/package/branches/compare/9b86021%0Dd462830 ' ,
78
78
),
79
79
'invalid or short reference ' => array (
80
80
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://bitbucket.org/acme/package.git ' , 'd462830 ' ),
81
81
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://bitbucket.org/acme/package.git ' , '1 ' ),
82
- 'https://bitbucket.org/acme/package/branches/compare/d462830%0D1 ' ,
82
+ 'https://bitbucket.org/acme/package/branches/compare/1%0Dd462830 ' ,
83
83
),
84
84
'compare with base fork ' => array (
85
85
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://bitbucket.org/IonBazan/package.git ' ),
86
86
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://bitbucket.org/acme/package.git ' ),
87
- 'https://bitbucket.org/acme/package/branches/compare/IonBazan /package:3.12.0%0Dacme /package:3.12.1 ' ,
87
+ 'https://bitbucket.org/acme/package/branches/compare/acme /package:3.12.1%0DIonBazan /package:3.12.0 ' ,
88
88
),
89
89
'compare with head fork ' => array (
90
90
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://bitbucket.org/acme/package.git ' ),
91
91
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://bitbucket.org/IonBazan/package.git ' ),
92
- 'https://bitbucket.org/IonBazan/package/branches/compare/acme /package:3.12.0%0DIonBazan /package:3.12.1 ' ,
92
+ 'https://bitbucket.org/IonBazan/package/branches/compare/IonBazan /package:3.12.1%0Dacme /package:3.12.0 ' ,
93
93
),
94
94
'compare with different repository provider ' => array (
95
95
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://bitbucket.org/acme/package.git ' ),
0 commit comments