Issue #3074627 by mikelutz: Fix passing invalid second argument to $this->container->get() in Drupal\Tests\node\Kernel\NodeConditionTest::testConditions()

merge-requests/55/head
Lee Rowlands 2019-08-14 10:43:30 +10:00
parent b1cf1075c1
commit b7066103d0
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class NodeConditionTest extends EntityKernelTestBase {
* Tests conditions.
*/
public function testConditions() {
$manager = $this->container->get('plugin.manager.condition', $this->container->get('container.namespaces'));
$manager = $this->container->get('plugin.manager.condition');
$this->createUser();
// Get some nodes of various types to check against.