FOSElasticaBundle/Tests
Jeremy Mikola b360a36737 [Provider] Create ProviderRegistry service (BC break)
This introduces a registry service for persistence providers.

Previously, tagging one or more provider services would cause AddProviderPass to clobber the default providers created by the bundle's extension class. Now, the extension class tags its created providers and allows them to be registered via RegisterProvidersPass just like custom providers.

BC break: Custom providers tagged "foq_elastica.provider" must now specify a "type" attribute on their tag. An "index" attribute is optional (the default ES index will be used by default).
2012-03-12 12:07:51 -04:00
..
DataCollector Added tests for logging and data collection 2012-01-13 09:15:03 +00:00
DependencyInjection/Compiler [Provider] Create ProviderRegistry service (BC break) 2012-03-12 12:07:51 -04:00
Doctrine Skip Doctrine tests if libraries are not available 2012-03-06 20:22:34 -05:00
Logger Added tests for logging and data collection 2012-01-13 09:15:03 +00:00
Manager Added configuring repository by annotation 2012-01-25 11:20:47 +00:00
Persister Merge pull request #51 from willdurand/propel-support 2012-01-12 16:01:33 +00:00
Provider [Provider] Create ProviderRegistry service (BC break) 2012-03-12 12:07:51 -04:00
Transformer Removed filtering of null values in transformer 2012-02-27 19:37:59 +00:00
bootstrap.php Configure Travis CI 2012-03-06 20:33:50 -05:00
IndexManagerTest.php Refactor IndexManager construction (preserves API) 2012-03-12 12:07:51 -04:00
MappingRegistryTest.php Added Object Persister Test. Made test skipped when elastica library classes are not found. 2011-07-28 22:37:54 +02:00
PopulatorTest.php Merge branch 'add-tests' of github.com:l3l0/ElasticaBundle into add-tests 2011-07-28 23:04:21 +02:00
RepositoryTest.php Adding manager that returns Doctrine style repositories 2011-11-12 21:10:00 +00:00
ResetterTest.php Rename "reseter" to "Resetter" (BC break) 2012-03-12 12:07:51 -04:00