Commit 48d685c9 authored by Dorian Villet's avatar Dorian Villet

Fixing a regex that have gone wrong.

parent a08d8410
......@@ -44,6 +44,7 @@ class ResultTest extends \PHPUnit_Framework_TestCase
*/
protected $result;
protected $client;
protected $query;
protected $response;
protected $headers;
......
......@@ -37,6 +37,7 @@ use Solarium\QueryType\Select\Query\Query;
class FacetSetTest extends \PHPUnit_Framework_TestCase
{
protected $parser;
protected $facetSet;
protected $query;
......
......@@ -40,10 +40,13 @@ class DebugTest extends \PHPUnit_Framework_TestCase
*/
protected $result;
protected $queryString;
protected $queryParser;
protected $parsedQuery;
protected $otherQuery;
protected $explain;
protected $explainOther;
protected $explainData;
protected $timing;
public function setUp()
......
......@@ -40,6 +40,7 @@ class DetailTest extends \PHPUnit_Framework_TestCase
*/
protected $result;
protected $value;
protected $match;
protected $description;
......
......@@ -40,6 +40,7 @@ class DocumentTest extends \PHPUnit_Framework_TestCase
*/
protected $result;
protected $value;
protected $match;
protected $description;
protected $key;
......
......@@ -40,6 +40,7 @@ class TimingPhaseTest extends \PHPUnit_Framework_TestCase
*/
protected $result;
protected $name;
protected $time;
protected $timings;
......
......@@ -40,6 +40,7 @@ class RangeTest extends \PHPUnit_Framework_TestCase
*/
protected $facet;
protected $values;
protected $before;
protected $after;
protected $between;
......
......@@ -40,6 +40,7 @@ class FieldGroupTest extends \PHPUnit_Framework_TestCase
*/
protected $group;
protected $matches;
protected $numberOfGroups;
protected $items;
......
......@@ -40,6 +40,7 @@ class QueryGroupTest extends \PHPUnit_Framework_TestCase
*/
protected $group;
protected $matches;
protected $numFound;
protected $start;
protected $maximumScore;
......
......@@ -40,6 +40,7 @@ class ValueGroupTest extends \PHPUnit_Framework_TestCase
*/
protected $group;
protected $value;
protected $numFound;
protected $start;
protected $items;
......
......@@ -42,6 +42,7 @@ class ResultTest extends \PHPUnit_Framework_TestCase
*/
protected $result;
protected $numFound;
protected $docs;
protected $components;
protected $facetSet;
......@@ -50,6 +51,7 @@ class ResultTest extends \PHPUnit_Framework_TestCase
protected $grouping;
protected $stats;
protected $debug;
protected $spellcheck;
public function setUp()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment