Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Feb 23, 2018
1 parent 47f2a62 commit f1e2f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ public function getNameIdProvider()
{
return $this->container->get('lightsaml.provider.name_id');
}

public function getAttributeNameProvider()
{
return $this->container->get('lightsaml.provider.attribute_name');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function test_process_does_nothing_if_container_does_not_have_the_service

$pass->process($containerBuilder);

$this->assertCount(0, $containerBuilder->getDefinitions());
$this->assertFalse($containerBuilder->hasDefinition($serviceId));
}

public function test_process_adds_calls_to_service_with_argument_reference_to_all_tagged_services()
Expand Down

0 comments on commit f1e2f36

Please sign in to comment.