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
6a77b2d8
Commit
6a77b2d8
authored
Oct 31, 2014
by
Simon Mönch
Committed by
Bas de Nooijer
Nov 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PSR-0 and PSR-2 fixes
parent
67586f66
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
6 deletions
+4
-6
tests/Solarium/Tests/Core/Event/PostExecuteRequestTest.php
tests/Solarium/Tests/Core/Event/PostExecuteRequestTest.php
+0
-1
tests/Solarium/Tests/Core/Event/PreExecuteRequestTest.php
tests/Solarium/Tests/Core/Event/PreExecuteRequestTest.php
+0
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/EDisMaxTest.php
...um/Tests/QueryType/Select/Query/Component/EDisMaxTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/DebugTest.php
...s/QueryType/Select/RequestBuilder/Component/DebugTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/EDisMaxTest.php
...QueryType/Select/RequestBuilder/Component/EDisMaxTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/Document/DocumentTest.php
...um/Tests/QueryType/Update/Query/Document/DocumentTest.php
+1
-1
No files found.
tests/Solarium/Tests/Core/Event/PostExecuteRequestTest.php
View file @
6a77b2d8
...
@@ -35,7 +35,6 @@ use Solarium\Core\Event\PostExecuteRequest;
...
@@ -35,7 +35,6 @@ use Solarium\Core\Event\PostExecuteRequest;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Response
;
use
Solarium\Core\Client\Response
;
use
Solarium\Core\Query\Result\Result
;
class
PostExecuteRequestTest
extends
\PHPUnit_Framework_TestCase
class
PostExecuteRequestTest
extends
\PHPUnit_Framework_TestCase
{
{
...
...
tests/Solarium/Tests/Core/Event/PreExecuteRequestTest.php
View file @
6a77b2d8
...
@@ -35,7 +35,6 @@ use Solarium\Core\Event\PreExecuteRequest;
...
@@ -35,7 +35,6 @@ use Solarium\Core\Event\PreExecuteRequest;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Response
;
use
Solarium\Core\Client\Response
;
use
Solarium\Core\Query\Result\Result
;
class
PreExecuteRequestTest
extends
\PHPUnit_Framework_TestCase
class
PreExecuteRequestTest
extends
\PHPUnit_Framework_TestCase
{
{
...
...
tests/Solarium/Tests/QueryType/Select/Query/Component/EDisMaxTest.php
View file @
6a77b2d8
...
@@ -34,7 +34,7 @@ namespace Solarium\Tests\QueryType\Select\Query\Component;
...
@@ -34,7 +34,7 @@ namespace Solarium\Tests\QueryType\Select\Query\Component;
use
Solarium\QueryType\Select\Query\Component\EdisMax
;
use
Solarium\QueryType\Select\Query\Component\EdisMax
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
class
E
d
isMaxTest
extends
\PHPUnit_Framework_TestCase
class
E
D
isMaxTest
extends
\PHPUnit_Framework_TestCase
{
{
/**
/**
* @var EdisMax
* @var EdisMax
...
...
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/DebugTest.php
View file @
6a77b2d8
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*/
*/
namespace
Solarium\Tests\
Client\RequestBuilder\Select
\Component
;
namespace
Solarium\Tests\
QueryType\Select\RequestBuilder
\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Debug
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Debug
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\Debug
as
Component
;
use
Solarium\QueryType\Select\Query\Component\Debug
as
Component
;
...
...
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/EDisMaxTest.php
View file @
6a77b2d8
...
@@ -35,7 +35,7 @@ use Solarium\QueryType\Select\RequestBuilder\Component\EdisMax as RequestBuilder
...
@@ -35,7 +35,7 @@ use Solarium\QueryType\Select\RequestBuilder\Component\EdisMax as RequestBuilder
use
Solarium\QueryType\Select\Query\Component\EdisMax
as
Component
;
use
Solarium\QueryType\Select\Query\Component\EdisMax
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
class
E
d
isMaxTest
extends
\PHPUnit_Framework_TestCase
class
E
D
isMaxTest
extends
\PHPUnit_Framework_TestCase
{
{
public
function
testBuildComponent
()
public
function
testBuildComponent
()
{
{
...
...
tests/Solarium/Tests/QueryType/Update/Query/Document/DocumentTest.php
View file @
6a77b2d8
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*/
*/
namespace
Solarium\Tests\QueryType\Update\Query
;
namespace
Solarium\Tests\QueryType\Update\Query
\Document
;
use
Solarium\QueryType\Update\Query\Document\Document
;
use
Solarium\QueryType\Update\Query\Document\Document
;
...
...
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