Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Migrator::runMany() #522

Merged
merged 9 commits into from
Oct 30, 2021
Merged

Add Migrator::runMany() #522

merged 9 commits into from
Oct 30, 2021

Conversation

pabloelcolombiano
Copy link
Contributor

@pabloelcolombiano pabloelcolombiano commented Oct 27, 2021

Closes #520

This PR implements the Migrator::runMany() method, which enables the running of multiple migration sets in tests/bootstrap.php.

Copy link
Member

@markstory markstory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good to me, only a few small fixes for the docs really.

docs/fr/index.rst Outdated Show resolved Hide resolved
docs/fr/index.rst Outdated Show resolved Hide resolved
tests/TestCase/TestSuite/MigratorTest.php Show resolved Hide resolved
pabloelcolombiano and others added 4 commits October 28, 2021 04:21
Co-authored-by: othercorey <corey.taylor.fl@gmail.com>
Co-authored-by: Mark Story <mark@mark-story.com>
Co-authored-by: othercorey <corey.taylor.fl@gmail.com>
Co-authored-by: Mark Story <mark@mark-story.com>
@othercorey othercorey changed the title #520 Implements the Migrator::runMany() method Add Migrator::runMany() Oct 28, 2021
src/TestSuite/Migrator.php Outdated Show resolved Hide resolved
src/TestSuite/Migrator.php Outdated Show resolved Hide resolved
pabloelcolombiano and others added 3 commits October 28, 2021 08:43
Co-authored-by: ADmad <ADmad@users.noreply.github.com>
Co-authored-by: ADmad <ADmad@users.noreply.github.com>
@markstory
Copy link
Member

Looks good to me.

@othercorey othercorey merged commit 00d039d into cakephp:master Oct 30, 2021
@othercorey
Copy link
Member

Thanks @pabloelcolombiano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrator issue on multiple run on the same connection
4 participants