Home
last modified time | relevance | path

Searched refs:hasDefinition (Results 1 – 25 of 1735) sorted by relevance

12345678910>>...70

/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DRemoveUnusedDefinitionsPassTest.php41 $this->assertFalse($container->hasDefinition('foo'));
42 $this->assertTrue($container->hasDefinition('bar'));
43 $this->assertTrue($container->hasDefinition('moo'));
61 $this->assertFalse($container->hasDefinition('foo'));
62 $this->assertFalse($container->hasDefinition('bar'));
79 $this->assertTrue($container->hasDefinition('foo'));
80 $this->assertTrue($container->hasDefinition('bar'));
103 $this->assertTrue($container->hasDefinition('foo'));
104 $this->assertTrue($container->hasDefinition('bar'));
123 $this->assertFalse($container->hasDefinition('foo'));
[all …]
H A DExtensionCompilerPassTest.php48 $this->assertTrue($this->container->hasDefinition('extension1'));
49 $this->assertFalse($this->container->hasDefinition('extension2'));
50 $this->assertFalse($this->container->hasDefinition('extension3'));
51 $this->assertTrue($this->container->hasDefinition('extension4'));
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/DependencyInjection/
H A DControllerArgumentValueResolverPassTest.php51 $this->assertFalse($container->hasDefinition('n1.traceable'));
52 $this->assertFalse($container->hasDefinition('n2.traceable'));
53 $this->assertFalse($container->hasDefinition('n3.traceable'));
84 $this->assertTrue($container->hasDefinition('debug.n1'));
85 $this->assertTrue($container->hasDefinition('debug.n2'));
86 $this->assertTrue($container->hasDefinition('debug.n3'));
88 $this->assertTrue($container->hasDefinition('n1'));
89 $this->assertTrue($container->hasDefinition('n2'));
90 $this->assertTrue($container->hasDefinition('n3'));
107 $this->assertFalse($container->hasDefinition('debug.n1'));
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DRemoveUnusedDefinitionsPassTest.php43 $this->assertFalse($container->hasDefinition('foo'));
44 $this->assertTrue($container->hasDefinition('bar'));
45 $this->assertTrue($container->hasDefinition('moo'));
63 $this->assertFalse($container->hasDefinition('foo'));
64 $this->assertFalse($container->hasDefinition('bar'));
81 $this->assertTrue($container->hasDefinition('foo'));
82 $this->assertTrue($container->hasDefinition('bar'));
105 $this->assertTrue($container->hasDefinition('foo'));
106 $this->assertTrue($container->hasDefinition('bar'));
107 $this->assertTrue($container->hasDefinition('foobar'));
[all …]
H A DIntegrationTest.php59 $this->assertTrue($container->hasDefinition('a'));
62 $this->assertFalse($container->hasDefinition('b'));
63 $this->assertFalse($container->hasDefinition('c'));
85 $this->assertTrue($container->hasDefinition('a'));
89 $this->assertFalse($container->hasDefinition('c'));
116 $this->assertTrue($container->hasDefinition('a'));
117 $this->assertFalse($container->hasDefinition('b'));
118 $this->assertFalse($container->hasDefinition('c'), 'Service C was not inlined.');
H A DExtensionCompilerPassTest.php48 $this->assertTrue($this->container->hasDefinition('extension1'));
49 $this->assertFalse($this->container->hasDefinition('extension2'));
50 $this->assertFalse($this->container->hasDefinition('extension3'));
51 $this->assertTrue($this->container->hasDefinition('extension4'));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DRemoveUnusedDefinitionsPassTest.php43 $this->assertFalse($container->hasDefinition('foo'));
44 $this->assertTrue($container->hasDefinition('bar'));
45 $this->assertTrue($container->hasDefinition('moo'));
63 $this->assertFalse($container->hasDefinition('foo'));
64 $this->assertFalse($container->hasDefinition('bar'));
81 $this->assertTrue($container->hasDefinition('foo'));
82 $this->assertTrue($container->hasDefinition('bar'));
105 $this->assertTrue($container->hasDefinition('foo'));
106 $this->assertTrue($container->hasDefinition('bar'));
107 $this->assertTrue($container->hasDefinition('foobar'));
[all …]
H A DIntegrationTest.php59 $this->assertTrue($container->hasDefinition('a'));
62 $this->assertFalse($container->hasDefinition('b'));
63 $this->assertFalse($container->hasDefinition('c'));
85 $this->assertTrue($container->hasDefinition('a'));
89 $this->assertFalse($container->hasDefinition('c'));
116 $this->assertTrue($container->hasDefinition('a'));
117 $this->assertFalse($container->hasDefinition('b'));
118 $this->assertFalse($container->hasDefinition('c'), 'Service C was not inlined.');
H A DExtensionCompilerPassTest.php48 $this->assertTrue($this->container->hasDefinition('extension1'));
49 $this->assertFalse($this->container->hasDefinition('extension2'));
50 $this->assertFalse($this->container->hasDefinition('extension3'));
51 $this->assertTrue($this->container->hasDefinition('extension4'));
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/tests/src/Traits/
H A DCreateTestContentEntitiesTrait.php57 if ($entity_type_manager->hasDefinition('aggregator_feed')) {
74 if ($entity_type_manager->hasDefinition('block_content')) {
83 if ($entity_type_manager->hasDefinition('node')) {
91 if ($entity_type_manager->hasDefinition('comment')) {
103 if ($entity_type_manager->hasDefinition('file')) {
111 if ($entity_type_manager->hasDefinition('menu_link_content')) {
183 if ($entity_type_manager->hasDefinition('menu_link_content')) {
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal/tests/src/Traits/
H A DCreateTestContentEntitiesTrait.php57 if ($entity_type_manager->hasDefinition('aggregator_feed')) {
74 if ($entity_type_manager->hasDefinition('block_content')) {
83 if ($entity_type_manager->hasDefinition('node')) {
91 if ($entity_type_manager->hasDefinition('comment')) {
103 if ($entity_type_manager->hasDefinition('file')) {
111 if ($entity_type_manager->hasDefinition('menu_link_content')) {
183 if ($entity_type_manager->hasDefinition('menu_link_content')) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/
H A DFrameworkExtensionTest.php88 $this->assertFalse($container->hasDefinition('cache.property_access'));
103 $this->assertFalse($container->hasDefinition('cache.property_access'));
124 $this->assertTrue($container->hasDefinition('security.csrf.token_manager'));
138 … $this->assertTrue($container->hasDefinition('esi'), '->registerEsiConfiguration() loads esi.xml');
147 $this->assertFalse($container->hasDefinition('esi'));
163 $this->assertFalse($container->hasDefinition('ssi'));
383 $this->assertTrue($container->hasDefinition('console.command.workflow_dump'));
390 $this->assertTrue($container->hasDefinition('workflow.foo.definition'));
397 $this->assertTrue($container->hasDefinition('workflow.workflows.definition'));
1082 $this->assertTrue($container->hasDefinition($providerId));
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/
H A DFrameworkExtensionTest.php88 $this->assertFalse($container->hasDefinition('cache.property_access'));
103 $this->assertFalse($container->hasDefinition('cache.property_access'));
124 $this->assertTrue($container->hasDefinition('security.csrf.token_manager'));
138 … $this->assertTrue($container->hasDefinition('esi'), '->registerEsiConfiguration() loads esi.xml');
147 $this->assertFalse($container->hasDefinition('esi'));
163 $this->assertFalse($container->hasDefinition('ssi'));
383 $this->assertTrue($container->hasDefinition('console.command.workflow_dump'));
390 $this->assertTrue($container->hasDefinition('workflow.foo.definition'));
397 $this->assertTrue($container->hasDefinition('workflow.workflows.definition'));
1082 $this->assertTrue($container->hasDefinition($providerId));
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Tests/DependencyInjection/
H A DWebServerExtensionTest.php35 $this->assertTrue($container->hasDefinition('web_server.command.server_run'));
36 $this->assertTrue($container->hasDefinition('web_server.command.server_start'));
37 $this->assertTrue($container->hasDefinition('web_server.command.server_stop'));
38 $this->assertTrue($container->hasDefinition('web_server.command.server_status'));
39 …$this->assertSame(class_exists(ConsoleFormatter::class), $container->hasDefinition('web_server.com…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Tests/DependencyInjection/
H A DWebServerExtensionTest.php35 $this->assertTrue($container->hasDefinition('web_server.command.server_run'));
36 $this->assertTrue($container->hasDefinition('web_server.command.server_start'));
37 $this->assertTrue($container->hasDefinition('web_server.command.server_stop'));
38 $this->assertTrue($container->hasDefinition('web_server.command.server_status'));
39 …$this->assertSame(class_exists(ConsoleFormatter::class), $container->hasDefinition('web_server.com…
/dports/finance/prestashop/prestashop/vendor/csa/guzzle-bundle/src/Tests/DependencyInjection/
H A DCsaGuzzleExtensionTest.php36 … $this->assertTrue($container->hasDefinition('csa_guzzle.client.foo'), 'Client must be created.');
65 … $this->assertTrue($container->hasDefinition('csa_guzzle.client.foo'), 'Client must be created.');
136 $this->assertTrue($container->hasDefinition('csa_guzzle.service.foo'));
156 … $this->assertTrue($container->hasDefinition('csa_guzzle.client.foo'), 'Client must be created.');
187 … $this->assertTrue($container->hasDefinition('csa_guzzle.client.foo'), 'Client must be created.');
220 $this->assertFalse($container->hasDefinition('csa_guzzle.subscriber.logger'));
230 $this->assertFalse($container->hasDefinition('csa_guzzle.subscriber.cache'));
259 $this->assertTrue($container->hasDefinition($identifier), sprintf(
279 $this->assertFalse($container->hasDefinition($identifier), sprintf(
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/DependencyInjection/
H A DFOSRestExtensionTest.php83 $this->assertFalse($this->container->hasDefinition('fos_rest.body_listener'));
94 $this->assertTrue($this->container->hasDefinition('fos_rest.body_listener'));
165 $this->assertFalse($this->container->hasDefinition('fos_rest.format_listener'));
172 $this->assertFalse($this->container->hasDefinition('fos_rest.format_listener'));
184 $this->assertTrue($this->container->hasDefinition('fos_rest.format_listener'));
194 $this->assertTrue($this->container->hasDefinition('fos_rest.param_fetcher_listener'));
205 $this->assertTrue($this->container->hasDefinition('fos_rest.param_fetcher_listener'));
221 $this->assertTrue($this->container->hasDefinition('fos_rest.format_listener'));
269 $this->assertTrue($this->container->hasDefinition('fos_rest.view_response_listener'));
340 $this->assertTrue($this->container->hasDefinition($controllerLoaderDefinitionName));
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Translation/DependencyInjection/
H A DTranslatorPass.php42 if (!$container->hasDefinition($this->translatorServiceId)) {
56 if ($container->hasDefinition($this->readerServiceId)) {
67 if ($container->hasDefinition('translation.reader')) {
87 if ($container->hasDefinition($this->debugCommandServiceId)) {
91 if ($container->hasDefinition($this->updateCommandServiceId)) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Translation/DependencyInjection/
H A DTranslatorPass.php42 if (!$container->hasDefinition($this->translatorServiceId)) {
56 if ($container->hasDefinition($this->readerServiceId)) {
67 if ($container->hasDefinition('translation.reader')) {
87 if ($container->hasDefinition($this->debugCommandServiceId)) {
91 if ($container->hasDefinition($this->updateCommandServiceId)) {
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/translation/DependencyInjection/
H A DTranslatorPass.php42 if (!$container->hasDefinition($this->translatorServiceId)) {
56 if ($container->hasDefinition($this->readerServiceId)) {
67 if ($container->hasDefinition('translation.reader')) {
87 if ($container->hasDefinition($this->debugCommandServiceId)) {
91 if ($container->hasDefinition($this->updateCommandServiceId)) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/translation/DependencyInjection/
H A DTranslatorPathsPass.php44 if (!$container->hasDefinition($this->translatorServiceId)) {
50 if ($container->hasDefinition($id)) {
66 if ($container->hasDefinition($this->debugCommandServiceId)) {
70 if ($container->hasDefinition($this->updateCommandServiceId)) {
120 if ($container->hasDefinition($this->resolverServiceId)) {
129 if ($container->hasDefinition('debug.'.$this->resolverServiceId)) {
/dports/www/owncloud/owncloud/lib/composer/symfony/translation/DependencyInjection/
H A DTranslatorPathsPass.php44 if (!$container->hasDefinition($this->translatorServiceId)) {
50 if ($container->hasDefinition($id)) {
66 if ($container->hasDefinition($this->debugCommandServiceId)) {
70 if ($container->hasDefinition($this->updateCommandServiceId)) {
120 if ($container->hasDefinition($this->resolverServiceId)) {
129 if ($container->hasDefinition('debug.'.$this->resolverServiceId)) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/translation/DependencyInjection/
H A DTranslatorPathsPass.php44 if (!$container->hasDefinition($this->translatorServiceId)) {
50 if ($container->hasDefinition($id)) {
69 if ($container->hasDefinition($this->debugCommandServiceId)) {
73 if ($container->hasDefinition($this->updateCommandServiceId)) {
123 if ($container->hasDefinition($this->resolverServiceId)) {
132 if ($container->hasDefinition('debug.'.$this->resolverServiceId)) {
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/translation/DependencyInjection/
H A DTranslatorPathsPass.php44 if (!$container->hasDefinition($this->translatorServiceId)) {
50 if ($container->hasDefinition($id)) {
66 if ($container->hasDefinition($this->debugCommandServiceId)) {
70 if ($container->hasDefinition($this->updateCommandServiceId)) {
120 if ($container->hasDefinition($this->resolverServiceId)) {
129 if ($container->hasDefinition('debug.'.$this->resolverServiceId)) {
/dports/www/nextcloud/nextcloud/3rdparty/symfony/translation/DependencyInjection/
H A DTranslatorPathsPass.php44 if (!$container->hasDefinition($this->translatorServiceId)) {
50 if ($container->hasDefinition($id)) {
69 if ($container->hasDefinition($this->debugCommandServiceId)) {
73 if ($container->hasDefinition($this->updateCommandServiceId)) {
123 if ($container->hasDefinition($this->resolverServiceId)) {
132 if ($container->hasDefinition('debug.'.$this->resolverServiceId)) {

12345678910>>...70