-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #502 from alexislefebvre/2.x-remove-fixtures-loading
2.x: Remove fixtures loading
- Loading branch information
Showing
53 changed files
with
97 additions
and
3,650 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Upgrade guide from 2.x to 3.x | ||
|
||
## Needed actions | ||
This is the list of actions that you need to take when upgrading this bundle from the 2.x to the 3.x version: | ||
|
||
* Fixtures loading has been moved to a separate bundle named [LiipTestFixturesBundle](LiipTestFixturesBundle) | ||
If you need to load fixtures, follow the [install guide for LiipTestFixturesBundle](LiipTestFixturesBundle installation) | ||
And use `Liip\TestFixturesBundle\Test\FixturesTrait;` in tests classes | ||
|
||
[LiipTestFixturesBundle]: https://github.com/liip/LiipTestFixturesBundle | ||
[LiipTestFixturesBundle installation]: https://github.com/liip/LiipTestFixturesBundle/blob/master/doc/installation.md |
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.