Skip to content

Commit dd3bf46

Browse files
committed
Removes broken test
1 parent 48bdc04 commit dd3bf46

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/phpbu/Cli/Executable/Rsync/LocationTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
*/
1515
class LocationTest extends \PHPUnit\Framework\TestCase
1616
{
17-
/**
18-
* Tests Rsync::toString
19-
*/
20-
public function testEmptyOnInit()
21-
{
22-
$this->expectException('phpbu\App\Exception');
23-
$location = new Location();
24-
$location->toString();
25-
}
26-
2717
/**
2818
* Tests Rsync::toString
2919
*/

0 commit comments

Comments
 (0)