Skip to content

Commit

Permalink
Fix test of command list
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Nov 9, 2017
1 parent e255c87 commit c7fd622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OmekaCli/Test/Command/ListCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function testOutput()
$this->assertEquals(0, $status);
$this->assertRegExp('/version -- print version of omeka-cli/', $output);
$this->assertRegExp('/list -- list available commands/', $output);
$this->assertRegExp('/plugin-download -- download a plugin \(aliases: pldl\)/', $output);
$this->assertRegExp('/plugin-download -- download a plugin \(aliases: dl\)/', $output);
}

protected function getCommandName()
Expand Down

0 comments on commit c7fd622

Please sign in to comment.