-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moved fixture loading out of the command and split into various services to provide various extension points * renamed fixture::load to create to ease the upgrade path * renamed fixture::load to create to ease the upgrade path * updated readme, added notes on migration and using events * updated readme, updated notes on migration * applied review suggestions, added AfterExecuteFixture event * Apply suggestions from code review Co-authored-by: Luka Dschaak <l.dschaak@neusta.de> * updated README.md for new event * Some improvements for #12 (#14) * Run GitHub workflows for all PRs * Finalize everything * Prefer lists to arrays * Separate interfaces * Inline ::class calls * Use public properties in events * Fix templating * Add missing "@return $this" annotations * Move attribute below annotation * Use instanceof instead of is_a() * Make exception name parameters required * Make $fixtureLocator parameter of FixtureLoader private * Improve output of LoadFixturesCommand * Remove unused config node * Remove unused parameters * Strip "Interface" suffix * Rename DependentFixture interface to HasDependencies and FixtureGroup interface to HasGroups * renamed exception CircularFixtureDependency * do not enable profile if we are uncertain it was enabled before * throw exception if requested fixture was not found * Feature/load single fixture cli command (#16) * fixed load all fixtures command description and help * added load single fixture command * added load singular fixture command * updated changelog --------- Co-authored-by: Luka Dschaak <l.dschaak@neusta.de> Co-authored-by: Jacob Dreesen <j.dreesen@neusta.de>
- Loading branch information
1 parent
c284205
commit 82f0500
Showing
58 changed files
with
1,413 additions
and
779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## next | ||
## 2.0.0 | ||
|
||
- Feature: Fixtures as Services (#12) | ||
|
||
See [Upgrading from earlier Version](README.md#upgrading-from-earlier-version) for upgrade instructions | ||
|
||
## 1.0.0 | ||
|
||
- feature: update bundle structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.