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

A proper test suite #1

Merged
merged 12 commits into from
Feb 1, 2012
Merged

A proper test suite #1

merged 12 commits into from
Feb 1, 2012

Conversation

EvilScott
Copy link

There are a few small changes to the actual Spray code, but this pull is mostly to give Spray a proper test suite


class Wrapper
{
protected $output = '';
protected $currentPosition = 0;

protected static $overrideWrappers = array('http', 'https');
public static $overrideWrappers = array('http', 'https');
Copy link
Owner

Choose a reason for hiding this comment

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

remind me why this is public again?

Copy link
Author

Choose a reason for hiding this comment

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

It is intended to allow the user more flexibility in what they choose to mock. I will implement a getter and setter for this instead.

@jimbojsb
Copy link
Owner

jimbojsb commented Feb 1, 2012

Tests looked solid, made a few minor comments. Take a look before I merge.

jimbojsb added a commit that referenced this pull request Feb 1, 2012
@jimbojsb jimbojsb merged commit 288805d into jimbojsb:master Feb 1, 2012
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.

None yet

2 participants