Skip to content

Commit

Permalink
test_constructor_no_params
Browse files Browse the repository at this point in the history
  • Loading branch information
wogsland committed Jul 2, 2015
1 parent a1a59f7 commit 73e205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Boris/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function test_constructor_no_params () {
*/
public function test_constructor_params () {
// test of good parameters
$path1 = '/path/tp/awesome';
$path1 = '/path/to/awesome';
$path2 = '/dev/random';
$Config = new Config(array($path1, $path2), true);

Expand Down

0 comments on commit 73e205e

Please sign in to comment.