We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2168621 commit 2c8acb0Copy full SHA for 2c8acb0
tests/DriverFactoryTest.php
@@ -26,7 +26,8 @@ public function will_throw_exception_if_using_invalid_driver()
26
/** @test */
27
public function can_get_list_of_drivers()
28
{
29
+
30
$this->assertIsArray(DriverFactory::getDrivers());
- $this->assertContains('mock', DriverFactory::getDrivers());
31
+ $this->assertArrayHasKey('mock', DriverFactory::getDrivers());
32
}
33
0 commit comments