Skip to content

Commit

Permalink
Removed flaky assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 5, 2015
1 parent 8737106 commit eca26fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/TestCase/Core/StaticConfigTraitTest.php
Expand Up @@ -413,14 +413,6 @@ public function testParseDsnQuerystring()
*/
public function testParseDsnPathSetting()
{
$dsn = 'file:///';
$expected = [
'className' => 'Cake\Log\Engine\FileLog',
'path' => '/',
'scheme' => 'file',
];
$this->assertEquals($expected, TestLogStaticConfig::parseDsn($dsn));

$dsn = 'file:///?path=/tmp/persistent/';
$expected = [
'className' => 'Cake\Log\Engine\FileLog',
Expand Down

0 comments on commit eca26fe

Please sign in to comment.