Skip to content

Commit

Permalink
Fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptiklemur committed Jan 27, 2016
1 parent 88ce3a0 commit de9fef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DsnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public static function isValidValues()
public function testIsValid($dsn, $valid)
{
$dsn = new DSN($dsn);
$this->assertEquals($valid, $dsn->isValid(), 'Failed validating: ' . $dsn->getDsn());
$this->assertEquals($valid, $dsn->isValid(), 'Failed validating: '.$dsn->getDsn());
}

/**
Expand Down

0 comments on commit de9fef8

Please sign in to comment.