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

Iaejean custom http session #120

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Iaejean custom http session #120

wants to merge 2 commits into from

Conversation

iaejean
Copy link

@iaejean iaejean commented Sep 3, 2014

Thanks for your advice and apologize for the delay but I also sent the changes and tests, greetings and I am waiting for your comments.

<?php
namespace Ding\HttpSession\Exception;

class HttpSessionException extends \Exception
Copy link
Owner

Choose a reason for hiding this comment

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

Where is this exception thrown? Doesn't seem to be used at all

@marcelog
Copy link
Owner

marcelog commented Oct 2, 2014

The pull looks great :) I'll try to make some final tests. If you take care of the comments that I just wrote, we're ready to merge :) Thanks man!


public function setAttribute($name, $value);

public function getSession();
Copy link
Owner

Choose a reason for hiding this comment

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

This method is still defined as static in HttpSession... are you sure you ran the tests and they pass?

@marcelog
Copy link
Owner

marcelog commented Oct 2, 2014

Tests don't pass for me. Check the comments. And also, for example for the tests in Test_HttpFrontController the session bean is missing.

Please check that all the tests pass, and let me know. I'm still interested in merging :)

Good luck! Cheers,

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