You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
294 B
Plaintext

--TEST--
Fixed packages do not get loaded from the repos
--REQUEST--
{
"some/pkg": "*"
}
--FIXED--
[
{"name": "some/pkg", "version": "1.0.3", "id": 1}
]
--PACKAGES--
[
{"name": "some/pkg", "version": "1.0.0"},
{"name": "some/pkg", "version": "1.1.0"}
]
--EXPECT--
[
1
]