Skip to content

Commit

Permalink
Fixed busted test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhl committed Nov 18, 2014
1 parent d404fbc commit 5512ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestConfigResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public function testLoadingSchedulerCustomDriver()

public function testDriverCasing()
{
$this->assertEquals('dateTime', $this->configResolver->getDriver());
$this->assertEquals('DateTime', $this->configResolver->getDriver());
}
}

0 comments on commit 5512ff8

Please sign in to comment.