Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
441f1f31
Commit
441f1f31
authored
Nov 17, 2011
by
Gasol Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved coverage
parent
7325b784
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
tests/Solarium/Client/Adapter/PeclHttpTest.php
tests/Solarium/Client/Adapter/PeclHttpTest.php
+9
-0
No files found.
tests/Solarium/Client/Adapter/PeclHttpTest.php
View file @
441f1f31
...
@@ -156,4 +156,13 @@ EOF;
...
@@ -156,4 +156,13 @@ EOF;
$this
->
assertEquals
(
$statusMessage
,
$response
->
getStatusMessage
());
$this
->
assertEquals
(
$statusMessage
,
$response
->
getStatusMessage
());
}
}
/**
* @expectedException Solarium_Client_HttpException
*/
public
function
testExecuteWithException
()
{
$request
=
new
Solarium_Client_Request
();
$this
->
_adapter
->
execute
(
$request
);
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment