Skip to content

Add loadany() to Array_ Persistence#715

Merged
mvorisek merged 3 commits intoatk4:developfrom
PhilippGrashoff:add_load_any_to_array_persistence
Sep 18, 2020
Merged

Add loadany() to Array_ Persistence#715
mvorisek merged 3 commits intoatk4:developfrom
PhilippGrashoff:add_load_any_to_array_persistence

Conversation

@PhilippGrashoff
Copy link
Copy Markdown
Contributor

@PhilippGrashoff PhilippGrashoff commented Sep 7, 2020

merge after #690 or close (if #690 adds loadAny)

This method has somehow been missing from Persistence\Array_. This PR adds it and adds a few tests.

However, I see there should be some cleaning up done in PersistenceArrayTest.php in another PR:
Some functions in there are general Persistence tests and have nothing to do with Persistence\Array_.
My proposal is to move PersistenceArrayTest and PersistenceSQLTest to a new directory tests/Persistence/ to meet the structure in /src dir.

Copy link
Copy Markdown
Member

@mvorisek mvorisek left a comment

Choose a reason for hiding this comment

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

even I do not like copy paste tests, I think, we can merge this, PR #690 might replace this PR...

@mvorisek mvorisek merged commit 6a53bdf into atk4:develop Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants