File tree Expand file tree Collapse file tree 4 files changed +6
-660
lines changed
Expand file tree Collapse file tree 4 files changed +6
-660
lines changed Original file line number Diff line number Diff line change 1010.php_cs.cache
1111coverage
1212phpunit9
13+ .phpunit.cache
14+ phpunit.xml.bak
Original file line number Diff line number Diff line change 11{
22 "name" : " tornevall/tornelib-php-netcurl" ,
3- "version" : " 6.1.7 " ,
3+ "version" : " 6.1.8 " ,
44 "description" : " Yet another Curl Library to handling web calls" ,
55 "license" : " Apache-2.0" ,
66 "require" : {
1111 "tornevall/tornelib-php-utils" : " 6.1.*" ,
1212 "tornevall/tornelib-php-version" : " 6.1.*"
1313 },
14+ "require-dev" : {
15+ "phpunit/phpunit" : " ^10.5"
16+ },
1417 "authors" : [
1518 {
1619 "name" : " Tomas Tornevall" ,
Original file line number Diff line number Diff line change @@ -89,24 +89,6 @@ public function getHigherVersions()
8989 );
9090 }
9191
92- /**
93- * @test
94- * Test latest tag with latest release. List should be empty.
95- * @throws ExceptionHandler
96- * @throws ReflectionException
97- */
98- public function getMyVersion ()
99- {
100- $ info = (new NetUtils ())->getHigherVersions (
101- 'https://bitbucket.tornevall.net/scm/lib/tornelib-php-netcurl.git ' ,
102- (new NetWrapper ())->getVersion ()
103- );
104-
105- static ::assertTrue (
106- count ($ info ) > 0
107- );
108- }
109-
11092 /**
11193 * @test
11294 * @throws ExceptionHandler
You can’t perform that action at this time.
0 commit comments