File tree Expand file tree Collapse file tree 10 files changed +12
-10
lines changed Expand file tree Collapse file tree 10 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Configuration ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \ Configuration ;
1313
1414use FOS \ElasticaBundle \Configuration \IndexTemplateConfig ;
1515use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Resetter \ DependencyInjection ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \DependencyInjection ;
1313
1414use FOS \ElasticaBundle \DependencyInjection \Configuration ;
1515use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Client ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \Elastica ;
1313
1414use Elastica \Connection ;
1515use Elastica \Exception \ClientException ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Event ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \EventListener ;
1313
1414use FOS \ElasticaBundle \Event \PostIndexPopulateEvent ;
1515use FOS \ElasticaBundle \EventListener \PopulateListener ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Event ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \Exception ;
1313
1414use FOS \ElasticaBundle \Exception \AliasIsIndexException ;
1515use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Event ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \Paginator ;
1313
1414use FOS \ElasticaBundle \Paginator \FantaPaginatorAdapter ;
1515use FOS \ElasticaBundle \Paginator \PaginatorAdapterInterface ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Event ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \Paginator ;
1313
1414use Elastica \Query ;
1515use FOS \ElasticaBundle \Paginator \HybridPaginatorAdapter ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Event ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \Paginator ;
1313
1414use Elastica \ResultSet ;
1515use FOS \ElasticaBundle \Paginator \HybridPartialResults ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Tests \Unit \Event ;
12+ namespace FOS \ElasticaBundle \Tests \Unit \Paginator ;
1313
1414use Elastica \Query ;
1515use Elastica \ResultSet ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace FOS \ElasticaBundle \Persister ;
12+ namespace FOS \ElasticaBundle \Tests \ Unit \ Persister ;
1313
14+ use FOS \ElasticaBundle \Persister \PagerPersisterInterface ;
15+ use FOS \ElasticaBundle \Persister \PagerPersisterRegistry ;
1416use PHPUnit \Framework \TestCase ;
1517use Symfony \Component \DependencyInjection \ServiceLocator ;
1618
You can’t perform that action at this time.
0 commit comments