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

Initial Upgrade to CakePHP 5.x #23

Merged
merged 8 commits into from
Oct 13, 2023
Merged

Initial Upgrade to CakePHP 5.x #23

merged 8 commits into from
Oct 13, 2023

Conversation

arusinowski
Copy link
Contributor

Hi, this is fixturize plugin upgraded to CakePHP 5.0, to merge it the 3.next branch need to be created. Please review. I will update this branch when the CakePHP5 is released. Thanks

@ADmad ADmad changed the base branch from master to cake5 August 5, 2023 12:42
@ADmad
Copy link
Member

ADmad commented Aug 11, 2023

Please revert the unnecessary changes to .editorconfig and .gitignore.

@ravage84 ravage84 added this to the 3.0 milestone Aug 25, 2023
@ravage84
Copy link
Collaborator

The static analysis error Call to an undefined method Cake\Datasource\ConnectionInterface::execute(). should be addressed

composer.json Show resolved Hide resolved
@@ -21,27 +23,27 @@ class ChecksumTestFixture extends TestFixture
*
* @var array<string, string>
*/
protected static $_tableHashes = [];
protected static array $tableHashes = [];
Copy link
Member

Choose a reason for hiding this comment

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

The removal of underscore from the properties and methods is unnecessary noise.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

restored

Copy link
Collaborator

Choose a reason for hiding this comment

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

@arusinowski the following methods are still changed:

  • _getTableKey()
  • _tableUnmodified()
  • _hash()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

restored

composer.json Outdated Show resolved Hide resolved
@@ -21,27 +23,27 @@ class ChecksumTestFixture extends TestFixture
*
* @var array<string, string>
*/
protected static $_tableHashes = [];
protected static array $tableHashes = [];
Copy link
Collaborator

Choose a reason for hiding this comment

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

@arusinowski the following methods are still changed:

  • _getTableKey()
  • _tableUnmodified()
  • _hash()

@ravage84 ravage84 changed the title initial upgrade to CakePHP5, added editor config Initial Upgrade to CakePHP 5.x Sep 25, 2023
@ADmad ADmad merged commit e993ef5 into FriendsOfCake:cake5 Oct 13, 2023
1 check passed
ADmad added a commit that referenced this pull request Oct 13, 2023
Initial Upgrade to CakePHP 5.x (#23)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants