Skip to content

Commit 50dc7ed

Browse files
Disable detect 'cd' command test because of Travis
1 parent 084355e commit 50dc7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpbu/Backup/Cli/BinaryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function testAddCommandLocations()
136136
/**
137137
* Tests Binary::detectCommand
138138
*/
139-
public function testDetectCommand()
139+
public function __testDetectCommand()
140140
{
141141
$bin = new BinaryStub();
142142
$cd = $bin->testDetectCommand('cd');

0 commit comments

Comments
 (0)