Skip to content

Commit

Permalink
Merge pull request #29 from abacaphiliac/fix-risky-test
Browse files Browse the repository at this point in the history
add assertion to resolve risky test.
  • Loading branch information
abacaphiliac authored May 24, 2017
2 parents 93bfd03 + f74d030 commit 6b63dc4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public function testCreateServiceWithName()
)
);

$factory->createServiceWithName($serviceLocator, 'default', 'default');
$logger = $factory->createServiceWithName($serviceLocator, 'default', 'default');

self::assertInstanceOf('\Monolog\Logger', $logger);
}
}

0 comments on commit 6b63dc4

Please sign in to comment.