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
d29864ae
Commit
d29864ae
authored
Jun 24, 2012
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed Query unittest folder to QueryType to reflect the recent rename in the library folder
parent
1111a1b4
Changes
105
Show whitespace changes
Inline
Side-by-side
Showing
105 changed files
with
104 additions
and
104 deletions
+104
-104
tests/Solarium/Tests/QueryType/Analysis/Query/DocumentTest.php
.../Solarium/Tests/QueryType/Analysis/Query/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Query/FieldTest.php
tests/Solarium/Tests/QueryType/Analysis/Query/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Query/QueryTest.php
tests/Solarium/Tests/QueryType/Analysis/Query/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/RequestBuilder/DocumentTest.php
.../Tests/QueryType/Analysis/RequestBuilder/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/RequestBuilder/FieldTest.php
...ium/Tests/QueryType/Analysis/RequestBuilder/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/RequestBuilder/RequestBuilderTest.php
.../QueryType/Analysis/RequestBuilder/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/ResponseParser/DocumentTest.php
.../Tests/QueryType/Analysis/ResponseParser/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/ResponseParser/FieldTest.php
...ium/Tests/QueryType/Analysis/ResponseParser/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Result/DocumentTest.php
...Solarium/Tests/QueryType/Analysis/Result/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Result/FieldTest.php
tests/Solarium/Tests/QueryType/Analysis/Result/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Result/ItemTest.php
tests/Solarium/Tests/QueryType/Analysis/Result/ItemTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Result/ResultListTest.php
...larium/Tests/QueryType/Analysis/Result/ResultListTest.php
+1
-1
tests/Solarium/Tests/QueryType/Analysis/Result/TypesTest.php
tests/Solarium/Tests/QueryType/Analysis/Result/TypesTest.php
+1
-1
tests/Solarium/Tests/QueryType/MoreLikeThis/QueryTest.php
tests/Solarium/Tests/QueryType/MoreLikeThis/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/MoreLikeThis/RequestBuilderTest.php
...arium/Tests/QueryType/MoreLikeThis/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/MoreLikeThis/ResponseParserTest.php
...arium/Tests/QueryType/MoreLikeThis/ResponseParserTest.php
+1
-1
tests/Solarium/Tests/QueryType/MoreLikeThis/ResultTest.php
tests/Solarium/Tests/QueryType/MoreLikeThis/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Ping/QueryTest.php
tests/Solarium/Tests/QueryType/Ping/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Ping/RequestBuilderTest.php
tests/Solarium/Tests/QueryType/Ping/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/Ping/ResultTest.php
tests/Solarium/Tests/QueryType/Ping/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/ComponentTest.php
.../Tests/QueryType/Select/Query/Component/ComponentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/DebugTest.php
...rium/Tests/QueryType/Select/Query/Component/DebugTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/DisMaxTest.php
...ium/Tests/QueryType/Select/Query/Component/DisMaxTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/DistributedSearchTest.php
...ueryType/Select/Query/Component/DistributedSearchTest.php
+1
-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/Query/Component/Facet/FacetTest.php
...ests/QueryType/Select/Query/Component/Facet/FacetTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Facet/FieldTest.php
...ests/QueryType/Select/Query/Component/Facet/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Facet/MultiQueryTest.php
...QueryType/Select/Query/Component/Facet/MultiQueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Facet/QueryTest.php
...ests/QueryType/Select/Query/Component/Facet/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Facet/RangeTest.php
...ests/QueryType/Select/Query/Component/Facet/RangeTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/FacetSetTest.php
...m/Tests/QueryType/Select/Query/Component/FacetSetTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/GroupingTest.php
...m/Tests/QueryType/Select/Query/Component/GroupingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Highlighting/FieldTest.php
...eryType/Select/Query/Component/Highlighting/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Highlighting/HighlightingTest.php
.../Select/Query/Component/Highlighting/HighlightingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/MoreLikeThisTest.php
...sts/QueryType/Select/Query/Component/MoreLikeThisTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/SpellcheckTest.php
...Tests/QueryType/Select/Query/Component/SpellcheckTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Stats/FieldTest.php
...ests/QueryType/Select/Query/Component/Stats/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/Component/Stats/StatsTest.php
...ests/QueryType/Select/Query/Component/Stats/StatsTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/FilterQueryTest.php
...Solarium/Tests/QueryType/Select/Query/FilterQueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Query/QueryTest.php
tests/Solarium/Tests/QueryType/Select/Query/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/DebugTest.php
...s/QueryType/Select/RequestBuilder/Component/DebugTest.php
+0
-0
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/DisMaxTest.php
.../QueryType/Select/RequestBuilder/Component/DisMaxTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/DistributedSearchTest.php
...Select/RequestBuilder/Component/DistributedSearchTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/EDisMaxTest.php
...QueryType/Select/RequestBuilder/Component/EDisMaxTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/FacetSetTest.php
...ueryType/Select/RequestBuilder/Component/FacetSetTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/GroupingTest.php
...ueryType/Select/RequestBuilder/Component/GroupingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/HighlightingTest.php
...Type/Select/RequestBuilder/Component/HighlightingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/MoreLikeThisTest.php
...Type/Select/RequestBuilder/Component/MoreLikeThisTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/SpellcheckTest.php
...ryType/Select/RequestBuilder/Component/SpellcheckTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/StatsTest.php
...s/QueryType/Select/RequestBuilder/Component/StatsTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/RequestBuilder/RequestBuilderTest.php
...ts/QueryType/Select/RequestBuilder/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/DebugTest.php
...s/QueryType/Select/ResponseParser/Component/DebugTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/FacetSetTest.php
...ueryType/Select/ResponseParser/Component/FacetSetTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/GroupingTest.php
...ueryType/Select/ResponseParser/Component/GroupingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/HighlightingTest.php
...Type/Select/ResponseParser/Component/HighlightingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/MoreLikeThisTest.php
...Type/Select/ResponseParser/Component/MoreLikeThisTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/SpellcheckTest.php
...ryType/Select/ResponseParser/Component/SpellcheckTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/Component/StatsTest.php
...s/QueryType/Select/ResponseParser/Component/StatsTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/ResponseParser/ResponseParserTest.php
...ts/QueryType/Select/ResponseParser/ResponseParserTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Debug/DebugTest.php
...olarium/Tests/QueryType/Select/Result/Debug/DebugTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Debug/DetailTest.php
...larium/Tests/QueryType/Select/Result/Debug/DetailTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Debug/DocumentSetTest.php
...m/Tests/QueryType/Select/Result/Debug/DocumentSetTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Debug/DocumentTest.php
...rium/Tests/QueryType/Select/Result/Debug/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Debug/TimingPhaseTest.php
...m/Tests/QueryType/Select/Result/Debug/TimingPhaseTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Debug/TimingTest.php
...larium/Tests/QueryType/Select/Result/Debug/TimingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/DocumentTest.php
...s/Solarium/Tests/QueryType/Select/Result/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Facet/FieldTest.php
...olarium/Tests/QueryType/Select/Result/Facet/FieldTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Facet/MultiQueryTest.php
...um/Tests/QueryType/Select/Result/Facet/MultiQueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Facet/QueryTest.php
...olarium/Tests/QueryType/Select/Result/Facet/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Facet/RangeTest.php
...olarium/Tests/QueryType/Select/Result/Facet/RangeTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/FacetSetTest.php
...s/Solarium/Tests/QueryType/Select/Result/FacetSetTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Grouping/FieldGroupTest.php
...Tests/QueryType/Select/Result/Grouping/FieldGroupTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Grouping/GroupingTest.php
...m/Tests/QueryType/Select/Result/Grouping/GroupingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Grouping/QueryGroupTest.php
...Tests/QueryType/Select/Result/Grouping/QueryGroupTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Grouping/ValueGroupTest.php
...Tests/QueryType/Select/Result/Grouping/ValueGroupTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Highlighting/HighlightingTest.php
...QueryType/Select/Result/Highlighting/HighlightingTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Highlighting/ResultTest.php
...Tests/QueryType/Select/Result/Highlighting/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/MoreLikeThis/MoreLikeThisTest.php
...QueryType/Select/Result/MoreLikeThis/MoreLikeThisTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/MoreLikeThis/ResultTest.php
...Tests/QueryType/Select/Result/MoreLikeThis/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/ResultTest.php
tests/Solarium/Tests/QueryType/Select/Result/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Spellcheck/CollationTest.php
...ests/QueryType/Select/Result/Spellcheck/CollationTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Spellcheck/SpellcheckTest.php
...sts/QueryType/Select/Result/Spellcheck/SpellcheckTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Spellcheck/SuggestionTest.php
...sts/QueryType/Select/Result/Spellcheck/SuggestionTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Stats/FacetValueTest.php
...um/Tests/QueryType/Select/Result/Stats/FacetValueTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Stats/ResultTest.php
...larium/Tests/QueryType/Select/Result/Stats/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Select/Result/Stats/StatsTest.php
...olarium/Tests/QueryType/Select/Result/Stats/StatsTest.php
+1
-1
tests/Solarium/Tests/QueryType/Suggester/QueryTest.php
tests/Solarium/Tests/QueryType/Suggester/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Suggester/RequestBuilderTest.php
...Solarium/Tests/QueryType/Suggester/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/Suggester/ResponseParserTest.php
...Solarium/Tests/QueryType/Suggester/ResponseParserTest.php
+1
-1
tests/Solarium/Tests/QueryType/Suggester/Result/ResultTest.php
.../Solarium/Tests/QueryType/Suggester/Result/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Suggester/Result/TermTest.php
tests/Solarium/Tests/QueryType/Suggester/Result/TermTest.php
+1
-1
tests/Solarium/Tests/QueryType/Terms/QueryTest.php
tests/Solarium/Tests/QueryType/Terms/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Terms/RequestBuilderTest.php
tests/Solarium/Tests/QueryType/Terms/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/Terms/ResponseParserTest.php
tests/Solarium/Tests/QueryType/Terms/ResponseParserTest.php
+1
-1
tests/Solarium/Tests/QueryType/Terms/ResultTest.php
tests/Solarium/Tests/QueryType/Terms/ResultTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/Command/AddTest.php
...Solarium/Tests/QueryType/Update/Query/Command/AddTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/Command/CommitTest.php
...arium/Tests/QueryType/Update/Query/Command/CommitTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/Command/DeleteTest.php
...arium/Tests/QueryType/Update/Query/Command/DeleteTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/Command/OptimizeTest.php
...ium/Tests/QueryType/Update/Query/Command/OptimizeTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/Command/RollbackTest.php
...ium/Tests/QueryType/Update/Query/Command/RollbackTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/DocumentTest.php
tests/Solarium/Tests/QueryType/Update/Query/DocumentTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/Query/QueryTest.php
tests/Solarium/Tests/QueryType/Update/Query/QueryTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/RequestBuilderTest.php
tests/Solarium/Tests/QueryType/Update/RequestBuilderTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/ResponseParserTest.php
tests/Solarium/Tests/QueryType/Update/ResponseParserTest.php
+1
-1
tests/Solarium/Tests/QueryType/Update/ResultTest.php
tests/Solarium/Tests/QueryType/Update/ResultTest.php
+1
-1
No files found.
tests/Solarium/Tests/Query/Analysis/Query/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Query/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Query
;
namespace
Solarium\Tests\Query
Type
\Analysis\Query
;
use
Solarium\QueryType\Analysis\Query\Document
;
use
Solarium\QueryType\Analysis\Query\Document
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
...
...
tests/Solarium/Tests/Query/Analysis/Query/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Query/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Query
;
namespace
Solarium\Tests\Query
Type
\Analysis\Query
;
use
Solarium\QueryType\Analysis\Query\Field
;
use
Solarium\QueryType\Analysis\Query\Field
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
...
...
tests/Solarium/Tests/Query/Analysis/Query/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Query/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Query
;
namespace
Solarium\Tests\Query
Type
\Analysis\Query
;
use
Solarium\QueryType\Analysis\Query\Query
;
use
Solarium\QueryType\Analysis\Query\Query
;
class
QueryTest
extends
\PHPUnit_Framework_TestCase
class
QueryTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Analysis/RequestBuilder/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/RequestBuilder/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\RequestBuilder
;
namespace
Solarium\Tests\Query
Type
\Analysis\RequestBuilder
;
use
Solarium\QueryType\Analysis\Query\Document
;
use
Solarium\QueryType\Analysis\Query\Document
;
use
Solarium\QueryType\Analysis\RequestBuilder\Document
as
DocumentBuilder
;
use
Solarium\QueryType\Analysis\RequestBuilder\Document
as
DocumentBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Analysis/RequestBuilder/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/RequestBuilder/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\RequestBuilder
;
namespace
Solarium\Tests\Query
Type
\Analysis\RequestBuilder
;
use
Solarium\QueryType\Analysis\Query\Field
as
FieldQuery
;
use
Solarium\QueryType\Analysis\Query\Field
as
FieldQuery
;
use
Solarium\QueryType\Analysis\RequestBuilder\Field
as
FieldBuilder
;
use
Solarium\QueryType\Analysis\RequestBuilder\Field
as
FieldBuilder
;
...
...
tests/Solarium/Tests/Query/Analysis/RequestBuilder/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/RequestBuilder/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\RequestBuilder
;
namespace
Solarium\Tests\Query
Type
\Analysis\RequestBuilder
;
use
Solarium\QueryType\Analysis\Query\Field
;
use
Solarium\QueryType\Analysis\Query\Field
;
use
Solarium\QueryType\Analysis\RequestBuilder\RequestBuilder
;
use
Solarium\QueryType\Analysis\RequestBuilder\RequestBuilder
;
...
...
tests/Solarium/Tests/Query/Analysis/ResponseParser/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/ResponseParser/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\ResponseParser
;
namespace
Solarium\Tests\Query
Type
\Analysis\ResponseParser
;
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
{
{
...
...
tests/Solarium/Tests/Query/Analysis/ResponseParser/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/ResponseParser/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\ResponseParser
;
namespace
Solarium\Tests\Query
Type
\Analysis\ResponseParser
;
use
Solarium\QueryType\Analysis\ResponseParser\Field
as
FieldParser
;
use
Solarium\QueryType\Analysis\ResponseParser\Field
as
FieldParser
;
class
FieldTest
extends
\PHPUnit_Framework_TestCase
class
FieldTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Analysis/Result/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Result/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Result
;
namespace
Solarium\Tests\Query
Type
\Analysis\Result
;
use
Solarium\QueryType\Analysis\Result\Document
;
use
Solarium\QueryType\Analysis\Result\Document
;
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Analysis/Result/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Result/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Result
;
namespace
Solarium\Tests\Query
Type
\Analysis\Result
;
use
Solarium\QueryType\Analysis\Result\Field
;
use
Solarium\QueryType\Analysis\Result\Field
;
class
FieldTest
extends
\PHPUnit_Framework_TestCase
class
FieldTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Analysis/Result/ItemTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Result/ItemTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Result
;
namespace
Solarium\Tests\Query
Type
\Analysis\Result
;
use
Solarium\QueryType\Analysis\Result\Item
;
use
Solarium\QueryType\Analysis\Result\Item
;
class
ItemTest
extends
\PHPUnit_Framework_TestCase
class
ItemTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Analysis/Result/ResultListTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Result/ResultListTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Result
;
namespace
Solarium\Tests\Query
Type
\Analysis\Result
;
use
Solarium\QueryType\Analysis\Result\ResultList
;
use
Solarium\QueryType\Analysis\Result\ResultList
;
class
ResultListTest
extends
\PHPUnit_Framework_TestCase
class
ResultListTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Analysis/Result/TypesTest.php
→
tests/Solarium/Tests/Query
Type
/Analysis/Result/TypesTest.php
View file @
d29864ae
...
@@ -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\Query\Analysis\Result
;
namespace
Solarium\Tests\Query
Type
\Analysis\Result
;
use
Solarium\QueryType\Analysis\Result\Types
;
use
Solarium\QueryType\Analysis\Result\Types
;
class
TypesTest
extends
\PHPUnit_Framework_TestCase
class
TypesTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/MoreLikeThis/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/MoreLikeThis/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\MoreLikeThis
;
namespace
Solarium\Tests\Query
Type
\MoreLikeThis
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
...
...
tests/Solarium/Tests/Query/MoreLikeThis/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/MoreLikeThis/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\MoreLikeThis
;
namespace
Solarium\Tests\Query
Type
\MoreLikeThis
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\QueryType\MoreLikeThis\RequestBuilder
;
use
Solarium\QueryType\MoreLikeThis\RequestBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/MoreLikeThis/ResponseParserTest.php
→
tests/Solarium/Tests/Query
Type
/MoreLikeThis/ResponseParserTest.php
View file @
d29864ae
...
@@ -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\Query\MoreLikeThis
;
namespace
Solarium\Tests\Query
Type
\MoreLikeThis
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\QueryType\MoreLikeThis\ResponseParser
;
use
Solarium\QueryType\MoreLikeThis\ResponseParser
;
...
...
tests/Solarium/Tests/Query/MoreLikeThis/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/MoreLikeThis/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\MoreLikeThis
;
namespace
Solarium\Tests\Query
Type
\MoreLikeThis
;
use
Solarium\QueryType\MoreLikeThis\Query
;
use
Solarium\QueryType\MoreLikeThis\Query
;
class
ResultTest
extends
\PHPUnit_Framework_TestCase
class
ResultTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Ping/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Ping/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Ping
;
namespace
Solarium\Tests\Query
Type
\Ping
;
use
Solarium\QueryType\Ping\Query
;
use
Solarium\QueryType\Ping\Query
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
...
...
tests/Solarium/Tests/Query/Ping/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/Ping/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\Ping
;
namespace
Solarium\Tests\Query
Type
\Ping
;
use
Solarium\QueryType\Ping\RequestBuilder
;
use
Solarium\QueryType\Ping\RequestBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
use
Solarium\QueryType\Ping\Query
;
use
Solarium\QueryType\Ping\Query
;
...
...
tests/Solarium/Tests/Query/Ping/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Ping/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Ping
;
namespace
Solarium\Tests\Query
Type
\Ping
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
use
Solarium\QueryType\Ping\Query
;
use
Solarium\QueryType\Ping\Query
;
use
Solarium\Core\Client\Response
;
use
Solarium\Core\Client\Response
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/ComponentTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/ComponentTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\Component
;
use
Solarium\QueryType\Select\Query\Component\Component
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/DebugTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/DebugTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\Debug
;
use
Solarium\QueryType\Select\Query\Component\Debug
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/DisMaxTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/DisMaxTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\DisMax
;
use
Solarium\QueryType\Select\Query\Component\DisMax
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/DistributedSearchTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/DistributedSearchTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\DistributedSearch
;
use
Solarium\QueryType\Select\Query\Component\DistributedSearch
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/EDisMaxTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/EDisMaxTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\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
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Facet/FacetTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Facet/FacetTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Facet
;
use
Solarium\QueryType\Select\Query\Component\Facet\Facet
;
use
Solarium\QueryType\Select\Query\Component\Facet\Facet
;
class
FacetTest
extends
\PHPUnit_Framework_TestCase
class
FacetTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Facet/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Facet/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Facet
;
use
Solarium\QueryType\Select\Query\Component\Facet\Field
;
use
Solarium\QueryType\Select\Query\Component\Facet\Field
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Facet/MultiQueryTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Facet/MultiQueryTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Facet
;
use
Solarium\QueryType\Select\Query\Component\Facet\MultiQuery
;
use
Solarium\QueryType\Select\Query\Component\Facet\MultiQuery
;
use
Solarium\QueryType\Select\Query\Component\Facet\Query
;
use
Solarium\QueryType\Select\Query\Component\Facet\Query
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Facet/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Facet/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Facet
;
use
Solarium\QueryType\Select\Query\Component\Facet\Query
;
use
Solarium\QueryType\Select\Query\Component\Facet\Query
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Facet/RangeTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Facet/RangeTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Facet
;
use
Solarium\QueryType\Select\Query\Component\Facet\Range
;
use
Solarium\QueryType\Select\Query\Component\Facet\Range
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/FacetSetTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/FacetSetTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Component\Facet\Query
as
FacetQuery
;
use
Solarium\QueryType\Select\Query\Component\Facet\Query
as
FacetQuery
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/GroupingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/GroupingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\Grouping
;
use
Solarium\QueryType\Select\Query\Component\Grouping
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Highlighting/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Highlighting/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Highlighting
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Highlighting
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Field
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Field
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Highlighting/HighlightingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Highlighting/HighlightingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Highlighting
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Highlighting
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Field
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Field
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/MoreLikeThisTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/MoreLikeThisTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\MoreLikeThis
;
use
Solarium\QueryType\Select\Query\Component\MoreLikeThis
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/SpellcheckTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/SpellcheckTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Component\Spellcheck
;
use
Solarium\QueryType\Select\Query\Component\Spellcheck
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Stats/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Stats/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Stats
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Stats
;
use
Solarium\QueryType\Select\Query\Component\Stats\Field
;
use
Solarium\QueryType\Select\Query\Component\Stats\Field
;
class
FieldTest
extends
\PHPUnit_Framework_TestCase
class
FieldTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Query/Component/Stats/StatsTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/Component/Stats/StatsTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query\Component\Stats
;
namespace
Solarium\Tests\Query
Type
\Select\Query\Component\Stats
;
use
Solarium\QueryType\Select\Query\Component\Stats\Stats
;
use
Solarium\QueryType\Select\Query\Component\Stats\Stats
;
use
Solarium\QueryType\Select\Query\Component\Stats\Field
;
use
Solarium\QueryType\Select\Query\Component\Stats\Field
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
...
...
tests/Solarium/Tests/Query/Select/Query/FilterQueryTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/FilterQueryTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query
;
namespace
Solarium\Tests\Query
Type
\Select\Query
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
class
FilterQueryTest
extends
\PHPUnit_Framework_TestCase
class
FilterQueryTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Query/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Query/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Query
;
namespace
Solarium\Tests\Query
Type
\Select\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/DebugTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/DebugTest.php
View file @
d29864ae
File moved
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/DisMaxTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/DisMaxTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\DisMax
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\DisMax
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\DisMax
as
Component
;
use
Solarium\QueryType\Select\Query\Component\DisMax
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/DistributedSearchTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/DistributedSearchTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\DistributedSearch
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\DistributedSearch
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\DistributedSearch
as
Component
;
use
Solarium\QueryType\Select\Query\Component\DistributedSearch
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/EDisMaxTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/EDisMaxTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\EdisMax
as
RequestBuilder
;
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
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/FacetSetTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/FacetSetTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\FacetSet
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\FacetSet
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
as
Component
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/GroupingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/GroupingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Grouping
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Grouping
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\Grouping
as
Component
;
use
Solarium\QueryType\Select\Query\Component\Grouping
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/HighlightingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/HighlightingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Highlighting
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Highlighting
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting
as
Component
;
use
Solarium\QueryType\Select\Query\Component\Highlighting\Highlighting
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/MoreLikeThisTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/MoreLikeThisTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\MoreLikeThis
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\MoreLikeThis
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\MoreLikeThis
as
Component
;
use
Solarium\QueryType\Select\Query\Component\MoreLikeThis
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/SpellcheckTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/SpellcheckTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Spellcheck
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Spellcheck
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\Spellcheck
as
Component
;
use
Solarium\QueryType\Select\Query\Component\Spellcheck
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/Component/StatsTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/Component/StatsTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder\Component
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder\Component
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Stats
as
RequestBuilder
;
use
Solarium\QueryType\Select\RequestBuilder\Component\Stats
as
RequestBuilder
;
use
Solarium\QueryType\Select\Query\Component\Stats\Stats
as
Component
;
use
Solarium\QueryType\Select\Query\Component\Stats\Stats
as
Component
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Select/RequestBuilder/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/Select/RequestBuilder/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\Select\RequestBuilder
;
namespace
Solarium\Tests\Query
Type
\Select\RequestBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
use
Solarium\QueryType\Select\Query\FilterQuery
;
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/DebugTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/DebugTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\ResponseParser\Component\Debug
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\Debug
as
Parser
;
use
Solarium\QueryType\Select\Result\Debug\Detail
;
use
Solarium\QueryType\Select\Result\Debug\Detail
;
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/FacetSetTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/FacetSetTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\ResponseParser\Component\FacetSet
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\FacetSet
as
Parser
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
use
Solarium\QueryType\Select\Query\Component\FacetSet
;
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/GroupingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/GroupingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\Query\Component\Grouping
as
Component
;
use
Solarium\QueryType\Select\Query\Component\Grouping
as
Component
;
use
Solarium\QueryType\Select\Result\Grouping\Result
as
Result
;
use
Solarium\QueryType\Select\Result\Grouping\Result
as
Result
;
use
Solarium\QueryType\Select\ResponseParser\Component\Grouping
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\Grouping
as
Parser
;
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/HighlightingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/HighlightingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\ResponseParser\Component\Highlighting
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\Highlighting
as
Parser
;
use
Solarium\QueryType\Select\Result\Highlighting\Result
;
use
Solarium\QueryType\Select\Result\Highlighting\Result
;
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/MoreLikeThisTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/MoreLikeThisTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\ResponseParser\Component\MoreLikeThis
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\MoreLikeThis
as
Parser
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\Document
;
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/SpellcheckTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/SpellcheckTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\ResponseParser\Component\Spellcheck
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\Spellcheck
as
Parser
;
class
SpellcheckTest
extends
\PHPUnit_Framework_TestCase
class
SpellcheckTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/Component/StatsTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/Component/StatsTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser\Component
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser\Component
;
use
Solarium\QueryType\Select\ResponseParser\Component\Stats
as
Parser
;
use
Solarium\QueryType\Select\ResponseParser\Component\Stats
as
Parser
;
class
StatsTest
extends
\PHPUnit_Framework_TestCase
class
StatsTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/ResponseParser/ResponseParserTest.php
→
tests/Solarium/Tests/Query
Type
/Select/ResponseParser/ResponseParserTest.php
View file @
d29864ae
...
@@ -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\Query\Select\ResponseParser
;
namespace
Solarium\Tests\Query
Type
\Select\ResponseParser
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Result\FacetSet
;
use
Solarium\QueryType\Select\Result\FacetSet
;
use
Solarium\QueryType\Select\ResponseParser\ResponseParser
;
use
Solarium\QueryType\Select\ResponseParser\ResponseParser
;
...
...
tests/Solarium/Tests/Query/Select/Result/Debug/DebugTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Debug/DebugTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Debug
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Debug
;
use
Solarium\QueryType\Select\Result\Debug\Result
;
use
Solarium\QueryType\Select\Result\Debug\Result
;
class
DebugTest
extends
\PHPUnit_Framework_TestCase
class
DebugTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Debug/DetailTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Debug/DetailTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Debug
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Debug
;
use
Solarium\QueryType\Select\Result\Debug\Detail
;
use
Solarium\QueryType\Select\Result\Debug\Detail
;
class
DetailTest
extends
\PHPUnit_Framework_TestCase
class
DetailTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Debug/DocumentSetTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Debug/DocumentSetTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Debug
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Debug
;
use
Solarium\QueryType\Select\Result\Debug\DocumentSet
;
use
Solarium\QueryType\Select\Result\Debug\DocumentSet
;
class
DocumentSetTest
extends
\PHPUnit_Framework_TestCase
class
DocumentSetTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Debug/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Debug/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Debug
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Debug
;
use
Solarium\QueryType\Select\Result\Debug\Document
;
use
Solarium\QueryType\Select\Result\Debug\Document
;
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Debug/TimingPhaseTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Debug/TimingPhaseTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Debug
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Debug
;
use
Solarium\QueryType\Select\Result\Debug\TimingPhase
;
use
Solarium\QueryType\Select\Result\Debug\TimingPhase
;
class
TimingPhaseTest
extends
\PHPUnit_Framework_TestCase
class
TimingPhaseTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Debug/TimingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Debug/TimingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Debug
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Debug
;
use
Solarium\QueryType\Select\Result\Debug\Timing
;
use
Solarium\QueryType\Select\Result\Debug\Timing
;
class
TimingTest
extends
\PHPUnit_Framework_TestCase
class
TimingTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result
;
namespace
Solarium\Tests\Query
Type
\Select\Result
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\Document
;
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Facet/FieldTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Facet/FieldTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Facet
;
use
Solarium\QueryType\Select\Result\Facet\Field
;
use
Solarium\QueryType\Select\Result\Facet\Field
;
class
FieldTest
extends
\PHPUnit_Framework_TestCase
class
FieldTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Facet/MultiQueryTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Facet/MultiQueryTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Facet
;
use
Solarium\QueryType\Select\Result\Facet\MultiQuery
;
use
Solarium\QueryType\Select\Result\Facet\MultiQuery
;
class
MultiQueryTest
extends
\PHPUnit_Framework_TestCase
class
MultiQueryTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Facet/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Facet/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Facet
;
use
Solarium\QueryType\Select\Result\Facet\Query
;
use
Solarium\QueryType\Select\Result\Facet\Query
;
class
QueryTest
extends
\PHPUnit_Framework_TestCase
class
QueryTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Facet/RangeTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Facet/RangeTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Facet
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Facet
;
use
Solarium\QueryType\Select\Result\Facet\Range
;
use
Solarium\QueryType\Select\Result\Facet\Range
;
class
RangeTest
extends
\PHPUnit_Framework_TestCase
class
RangeTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/FacetSetTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/FacetSetTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result
;
namespace
Solarium\Tests\Query
Type
\Select\Result
;
use
Solarium\QueryType\Select\Result\FacetSet
;
use
Solarium\QueryType\Select\Result\FacetSet
;
class
FacetSetTest
extends
\PHPUnit_Framework_TestCase
class
FacetSetTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Grouping/FieldGroupTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Grouping/FieldGroupTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Grouping
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Grouping
;
use
Solarium\QueryType\Select\Result\Grouping\FieldGroup
;
use
Solarium\QueryType\Select\Result\Grouping\FieldGroup
;
class
FieldGroupTest
extends
\PHPUnit_Framework_TestCase
class
FieldGroupTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Grouping/GroupingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Grouping/GroupingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Grouping
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Grouping
;
use
Solarium\QueryType\Select\Result\Grouping\Result
;
use
Solarium\QueryType\Select\Result\Grouping\Result
;
class
GroupingTest
extends
\PHPUnit_Framework_TestCase
class
GroupingTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Grouping/QueryGroupTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Grouping/QueryGroupTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Grouping
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Grouping
;
use
Solarium\QueryType\Select\Result\Grouping\QueryGroup
;
use
Solarium\QueryType\Select\Result\Grouping\QueryGroup
;
class
QueryGroupTest
extends
\PHPUnit_Framework_TestCase
class
QueryGroupTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Grouping/ValueGroupTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Grouping/ValueGroupTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Grouping
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Grouping
;
use
Solarium\QueryType\Select\Result\Grouping\ValueGroup
;
use
Solarium\QueryType\Select\Result\Grouping\ValueGroup
;
class
ValueGroupTest
extends
\PHPUnit_Framework_TestCase
class
ValueGroupTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Highlighting/HighlightingTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Highlighting/HighlightingTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Highlighting
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Highlighting
;
use
Solarium\QueryType\Select\Result\Highlighting\Highlighting
;
use
Solarium\QueryType\Select\Result\Highlighting\Highlighting
;
class
HighlightingTest
extends
\PHPUnit_Framework_TestCase
class
HighlightingTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Highlighting/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Highlighting/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Highlighting
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Highlighting
;
use
Solarium\QueryType\Select\Result\Highlighting\Result
;
use
Solarium\QueryType\Select\Result\Highlighting\Result
;
class
ResultTest
extends
\PHPUnit_Framework_TestCase
class
ResultTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/MoreLikeThis/MoreLikeThisTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/MoreLikeThis/MoreLikeThisTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\MoreLikeThis
;
namespace
Solarium\Tests\Query
Type
\Select\Result\MoreLikeThis
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\MoreLikeThis\Result
;
use
Solarium\QueryType\Select\Result\MoreLikeThis\Result
;
use
Solarium\QueryType\Select\Result\MoreLikeThis\MoreLikeThis
;
use
Solarium\QueryType\Select\Result\MoreLikeThis\MoreLikeThis
;
...
...
tests/Solarium/Tests/Query/Select/Result/MoreLikeThis/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/MoreLikeThis/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\MoreLikeThis
;
namespace
Solarium\Tests\Query
Type
\Select\Result\MoreLikeThis
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\MoreLikeThis\Result
;
use
Solarium\QueryType\Select\Result\MoreLikeThis\Result
;
...
...
tests/Solarium/Tests/Query/Select/Result/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result
;
namespace
Solarium\Tests\Query
Type
\Select\Result
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Result\Document
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Query\Query
;
use
Solarium\QueryType\Select\Result\Result
;
use
Solarium\QueryType\Select\Result\Result
;
...
...
tests/Solarium/Tests/Query/Select/Result/Spellcheck/CollationTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Spellcheck/CollationTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Spellcheck
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Spellcheck
;
use
Solarium\QueryType\Select\Result\Spellcheck\Collation
;
use
Solarium\QueryType\Select\Result\Spellcheck\Collation
;
class
CollationTest
extends
\PHPUnit_Framework_TestCase
class
CollationTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Spellcheck/SpellcheckTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Spellcheck/SpellcheckTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Spellcheck
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Spellcheck
;
use
Solarium\QueryType\Select\Result\Spellcheck\Result
;
use
Solarium\QueryType\Select\Result\Spellcheck\Result
;
class
SpellcheckTest
extends
\PHPUnit_Framework_TestCase
class
SpellcheckTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Spellcheck/SuggestionTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Spellcheck/SuggestionTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Spellcheck
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Spellcheck
;
use
Solarium\QueryType\Select\Result\Spellcheck\Suggestion
;
use
Solarium\QueryType\Select\Result\Spellcheck\Suggestion
;
class
SuggestionTest
extends
\PHPUnit_Framework_TestCase
class
SuggestionTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Stats/FacetValueTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Stats/FacetValueTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Stats
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Stats
;
use
Solarium\QueryType\Select\Result\Stats\FacetValue
;
use
Solarium\QueryType\Select\Result\Stats\FacetValue
;
class
FacetValueTest
extends
\PHPUnit_Framework_TestCase
class
FacetValueTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Stats/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Stats/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Stats
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Stats
;
use
Solarium\QueryType\Select\Result\Stats\Result
;
use
Solarium\QueryType\Select\Result\Stats\Result
;
class
ResultTest
extends
\PHPUnit_Framework_TestCase
class
ResultTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Select/Result/Stats/StatsTest.php
→
tests/Solarium/Tests/Query
Type
/Select/Result/Stats/StatsTest.php
View file @
d29864ae
...
@@ -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\Query\Select\Result\Stats
;
namespace
Solarium\Tests\Query
Type
\Select\Result\Stats
;
use
Solarium\QueryType\Select\Result\Stats\Stats
;
use
Solarium\QueryType\Select\Result\Stats\Stats
;
class
StatsTest
extends
\PHPUnit_Framework_TestCase
class
StatsTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Suggester/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Suggester/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Suggester
;
namespace
Solarium\Tests\Query
Type
\Suggester
;
use
Solarium\QueryType\Suggester\Query
;
use
Solarium\QueryType\Suggester\Query
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
...
...
tests/Solarium/Tests/Query/Suggester/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/Suggester/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\Suggester
;
namespace
Solarium\Tests\Query
Type
\Suggester
;
use
Solarium\QueryType\Suggester\Query
;
use
Solarium\QueryType\Suggester\Query
;
use
Solarium\QueryType\Suggester\RequestBuilder
;
use
Solarium\QueryType\Suggester\RequestBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Suggester/ResponseParserTest.php
→
tests/Solarium/Tests/Query
Type
/Suggester/ResponseParserTest.php
View file @
d29864ae
...
@@ -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\Query\Suggester
;
namespace
Solarium\Tests\Query
Type
\Suggester
;
use
Solarium\QueryType\Suggester\Query
;
use
Solarium\QueryType\Suggester\Query
;
use
Solarium\QueryType\Suggester\ResponseParser
;
use
Solarium\QueryType\Suggester\ResponseParser
;
use
Solarium\QueryType\Suggester\Result\Term
;
use
Solarium\QueryType\Suggester\Result\Term
;
...
...
tests/Solarium/Tests/Query/Suggester/Result/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Suggester/Result/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Suggester\Result
;
namespace
Solarium\Tests\Query
Type
\Suggester\Result
;
use
Solarium\QueryType\Suggester\Result\Result
;
use
Solarium\QueryType\Suggester\Result\Result
;
class
ResultTest
extends
\PHPUnit_Framework_TestCase
class
ResultTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Suggester/Result/TermTest.php
→
tests/Solarium/Tests/Query
Type
/Suggester/Result/TermTest.php
View file @
d29864ae
...
@@ -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\Query\Suggester\Result
;
namespace
Solarium\Tests\Query
Type
\Suggester\Result
;
use
Solarium\QueryType\Suggester\Result\Term
;
use
Solarium\QueryType\Suggester\Result\Term
;
class
TermTest
extends
\PHPUnit_Framework_TestCase
class
TermTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Terms/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Terms/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Terms
;
namespace
Solarium\Tests\Query
Type
\Terms
;
use
Solarium\QueryType\Terms\Query
;
use
Solarium\QueryType\Terms\Query
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
...
...
tests/Solarium/Tests/Query/Terms/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/Terms/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\Terms
;
namespace
Solarium\Tests\Query
Type
\Terms
;
use
Solarium\QueryType\Terms\Query
;
use
Solarium\QueryType\Terms\Query
;
use
Solarium\QueryType\Terms\RequestBuilder
;
use
Solarium\QueryType\Terms\RequestBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Terms/ResponseParserTest.php
→
tests/Solarium/Tests/Query
Type
/Terms/ResponseParserTest.php
View file @
d29864ae
...
@@ -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\Query\Terms
;
namespace
Solarium\Tests\Query
Type
\Terms
;
use
Solarium\QueryType\Terms\Query
;
use
Solarium\QueryType\Terms\Query
;
use
Solarium\QueryType\Terms\ResponseParser
;
use
Solarium\QueryType\Terms\ResponseParser
;
...
...
tests/Solarium/Tests/Query/Terms/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Terms/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Terms
;
namespace
Solarium\Tests\Query
Type
\Terms
;
use
Solarium\QueryType\Terms\Result
;
use
Solarium\QueryType\Terms\Result
;
class
ResultTest
extends
\PHPUnit_Framework_TestCase
class
ResultTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Update/Query/Command/AddTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/Command/AddTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query\Command
;
namespace
Solarium\Tests\Query
Type
\Update\Query\Command
;
use
Solarium\QueryType\Update\Query\Command\Add
;
use
Solarium\QueryType\Update\Query\Command\Add
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Document
;
use
Solarium\QueryType\Update\Query\Document
;
...
...
tests/Solarium/Tests/Query/Update/Query/Command/CommitTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/Command/CommitTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query\Command
;
namespace
Solarium\Tests\Query
Type
\Update\Query\Command
;
use
Solarium\QueryType\Update\Query\Command\Commit
;
use
Solarium\QueryType\Update\Query\Command\Commit
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
...
...
tests/Solarium/Tests/Query/Update/Query/Command/DeleteTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/Command/DeleteTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query\Command
;
namespace
Solarium\Tests\Query
Type
\Update\Query\Command
;
use
Solarium\QueryType\Update\Query\Command\Delete
;
use
Solarium\QueryType\Update\Query\Command\Delete
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
...
...
tests/Solarium/Tests/Query/Update/Query/Command/OptimizeTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/Command/OptimizeTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query\Command
;
namespace
Solarium\Tests\Query
Type
\Update\Query\Command
;
use
Solarium\QueryType\Update\Query\Command\Optimize
;
use
Solarium\QueryType\Update\Query\Command\Optimize
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
...
...
tests/Solarium/Tests/Query/Update/Query/Command/RollbackTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/Command/RollbackTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query\Command
;
namespace
Solarium\Tests\Query
Type
\Update\Query\Command
;
use
Solarium\QueryType\Update\Query\Command\Rollback
;
use
Solarium\QueryType\Update\Query\Command\Rollback
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
...
...
tests/Solarium/Tests/Query/Update/Query/DocumentTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/DocumentTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query
;
namespace
Solarium\Tests\Query
Type
\Update\Query
;
use
Solarium\QueryType\Update\Query\Document
;
use
Solarium\QueryType\Update\Query\Document
;
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
class
DocumentTest
extends
\PHPUnit_Framework_TestCase
...
...
tests/Solarium/Tests/Query/Update/Query/QueryTest.php
→
tests/Solarium/Tests/Query
Type
/Update/Query/QueryTest.php
View file @
d29864ae
...
@@ -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\Query\Update\Query
;
namespace
Solarium\Tests\Query
Type
\Update\Query
;
use
Solarium\Core\Client\Client
;
use
Solarium\Core\Client\Client
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Command\Rollback
;
use
Solarium\QueryType\Update\Query\Command\Rollback
;
...
...
tests/Solarium/Tests/Query/Update/RequestBuilderTest.php
→
tests/Solarium/Tests/Query
Type
/Update/RequestBuilderTest.php
View file @
d29864ae
...
@@ -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\Query\Update
;
namespace
Solarium\Tests\Query
Type
\Update
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\Query\Query
;
use
Solarium\QueryType\Update\RequestBuilder
;
use
Solarium\QueryType\Update\RequestBuilder
;
use
Solarium\Core\Client\Request
;
use
Solarium\Core\Client\Request
;
...
...
tests/Solarium/Tests/Query/Update/ResponseParserTest.php
→
tests/Solarium/Tests/Query
Type
/Update/ResponseParserTest.php
View file @
d29864ae
...
@@ -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\Query\Update
;
namespace
Solarium\Tests\Query
Type
\Update
;
use
Solarium\Core\Client\Response
;
use
Solarium\Core\Client\Response
;
use
Solarium\QueryType\Update\Result
;
use
Solarium\QueryType\Update\Result
;
use
Solarium\QueryType\Update\ResponseParser
;
use
Solarium\QueryType\Update\ResponseParser
;
...
...
tests/Solarium/Tests/Query/Update/ResultTest.php
→
tests/Solarium/Tests/Query
Type
/Update/ResultTest.php
View file @
d29864ae
...
@@ -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\Query\Update
;
namespace
Solarium\Tests\Query
Type
\Update
;
use
Solarium\QueryType\Update\Result
as
UpdateResult
;
use
Solarium\QueryType\Update\Result
as
UpdateResult
;
class
ResultTest
extends
\PHPUnit_Framework_TestCase
class
ResultTest
extends
\PHPUnit_Framework_TestCase
...
...
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