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 "All" getters to segment #47

Closed
wants to merge 2 commits into from

Conversation

jakejohns
Copy link
Member

Add methods to Segment:

  • getAll()
  • getFlashAll()
  • getFlashNextAll()

 - Add whitelist to phpunit config
Add methods to Segment:
- getAll()
- getFlashAll()
- getFlashNextAll()
@@ -4,4 +4,9 @@
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
Copy link
Member

Choose a reason for hiding this comment

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

Sorry I missed to see you have already added this. Was looking at travis and it notifies the problem and ie why ended up adding in #50 .

@jakejohns
Copy link
Member Author

@harikt , Good point!
That was silly of me not to think that changing the Interface would be a breaking change.
I'll go ahead and change the method names to read more natural, instead of group alphabetical.

It probably doesnt make sense to add to Segment without changing the Interface, right?
So I should also probably look at the 3.x branch too, right? Or what do you think?

@harikt
Copy link
Member

harikt commented Mar 19, 2016

Yes probably you could check 3.x branch may be that is good. Ping @pmjones for more information where it should go.

@jakejohns
Copy link
Member Author

Closing in favor of #52 since the change in the interface is a breaking change.

@jakejohns jakejohns closed this Apr 10, 2016
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.

2 participants