Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jun 24, 2014
1 parent 80eb36a commit f945a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function testAddDefaultOptionsIfNotSetOnAddConfiguration()
$this->assertEquals('%kernel.root_dir%/../web', $config['web_root']);

$this->assertArrayHasKey('cache_prefix', $config);
$this->assertEquals('media/cache', $config['cache_prefix']);
$this->assertEquals('media/cache/resolve', $config['cache_prefix']);
}

/**
Expand Down

0 comments on commit f945a54

Please sign in to comment.