Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 2 reporting services #14

Merged
merged 3 commits into from
Jan 9, 2017
Merged

Conversation

killianherbunot
Copy link
Contributor

No description provided.

@@ -111,10 +140,9 @@ public function VisitServiceReturnPack()
$this->configLoader->load('config.yml');
$this->container->compile();
$visitService = $this->container->get('openclassrooms.frontdesk.service.visit');
$this->assertInstanceOf('OpenClassrooms\FrontDesk\Services\Impl\VisitServiceImpl', $visitService);
$this->assertInstanceOf(VisitService::class, $visitService);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the name of all your tests doesn't correspond to what your tests does. here the result of your test is more when you call visit service key you should get instance of a visit service class.
I let you find a correct name for this test, don't forget to change the other test names ;)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 62f849a on update_reporting_services into e00dbe4 on master.

@killianherbunot killianherbunot merged commit 195ad0a into master Jan 9, 2017
@killianherbunot killianherbunot deleted the update_reporting_services branch January 9, 2017 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants