Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cweagans/composer-patches-testrepo
Simple test repo for composer-patches to use in integration tests.
https://github.com/cweagans/composer-patches-testrepo
Last synced: 30 days ago
JSON representation
Simple test repo for composer-patches to use in integration tests.
- Host: GitHub
- URL: https://github.com/cweagans/composer-patches-testrepo
- Owner: cweagans
- Created: 2023-02-01T23:00:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T23:43:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T04:19:01.843Z (about 2 months ago)
- Language: PHP
- Homepage: https://github.com/cweagans/composer-patches
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Repo
This repository is used for acceptance tests
in [composer-patches](https://github.com/cweagans/composer-patches).# Scenarios
| operation | applies | tag | patch url |
|----------------------|---------|----------|----------------------------------------------------------------------------------------------|
| add a file | ✅ yes | `v1.0.0` | https://patch-diff.githubusercontent.com/raw/cweagans/composer-patches-testrepo/pull/1.patch |
| add a different file | ✅ yes | `v1.0.0` | https://patch-diff.githubusercontent.com/raw/cweagans/composer-patches-testrepo/pull/4.patch |
| change a file | ✅ yes | `v1.0.0` | https://patch-diff.githubusercontent.com/raw/cweagans/composer-patches-testrepo/pull/2.patch |
| delete a file | ✅ yes | `v1.0.0` | https://patch-diff.githubusercontent.com/raw/cweagans/composer-patches-testrepo/pull/3.patch |
| add a file | ❌ no | `v2.0.0` | https://patch-diff.githubusercontent.com/raw/cweagans/composer-patches-testrepo/pull/1.patch |