mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
Use asgrim/example-pie-extension 2.0.9 for tests
This commit is contained in:
@@ -13,7 +13,7 @@ Feature: Extensions can be downloaded with PIE
|
||||
Examples:
|
||||
| constraint | version |
|
||||
| 2.0.5 | 2.0.5 |
|
||||
| ^2.0 | 2.0.8 |
|
||||
| ^2.0 | 2.0.9 |
|
||||
|
||||
# pie download <ext>:dev-main
|
||||
@non-windows
|
||||
|
||||
@@ -23,7 +23,7 @@ use const PHP_VERSION_ID;
|
||||
#[CoversClass(DownloadCommand::class)]
|
||||
class DownloadCommandTest extends TestCase
|
||||
{
|
||||
private const TEST_PACKAGE_LATEST = '2.0.8';
|
||||
private const TEST_PACKAGE_LATEST = '2.0.9';
|
||||
private const TEST_PACKAGE = 'asgrim/example-pie-extension';
|
||||
|
||||
private CommandTester $commandTester;
|
||||
|
||||
@@ -26,7 +26,7 @@ use const PHP_VERSION_ID;
|
||||
#[CoversClass(ResolveDependencyWithComposer::class)]
|
||||
final class ResolveDependencyWithComposerTest extends TestCase
|
||||
{
|
||||
private const TEST_PACKAGE_LATEST = '2.0.8';
|
||||
private const TEST_PACKAGE_LATEST = '2.0.9';
|
||||
private const DOWNLOAD_URL_ANY = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/%s';
|
||||
private const DOWNLOAD_URL_1_0_1_ALPHA_3 = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/115f8f8e01ee098a18ec2f47af4852be51ebece7';
|
||||
private const DOWNLOAD_URL_1_0_1 = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/769f906413d6d1e12152f6d34134cbcd347ca253';
|
||||
|
||||
Reference in New Issue
Block a user