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

3.0 Fix failing tests when there is no network #3547

Merged
merged 3 commits into from
May 22, 2014
Merged

3.0 Fix failing tests when there is no network #3547

merged 3 commits into from
May 22, 2014

Conversation

markstory
Copy link
Member

Fix failing tests when the network is disabled, also remove some incomplete test markers as the tests pass, or are no longer required.

Delete tests that were testing features that no longer exist in
TestCase. Unskip tests that now work.
@markstory markstory added this to the 3.0.0 milestone May 22, 2014
@@ -383,8 +382,12 @@ public function testGetContext() {
'ssl' => array('capture_peer' => true)
)
);
try {
$this->Socket = new Socket($config);
Copy link
Member

Choose a reason for hiding this comment

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

The indentation here looks incorrect.

Copy link
Member Author

Choose a reason for hiding this comment

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

It is, I'll fix that.

@markstory
Copy link
Member Author

Test failures seem to be related to timing and not the changes I made.

lorenzo added a commit that referenced this pull request May 22, 2014
3.0 Fix failing tests when there is no network
@lorenzo lorenzo merged commit 711f420 into 3.0 May 22, 2014
@lorenzo lorenzo deleted the 3.0-no-network branch May 22, 2014 16:48
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.

3 participants