Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 18, 2024
1 parent 41e7263 commit 12f1d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Command/RectorCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public function testInvalidAppDir()
public function testApplyAppDir()
{
$this->setupTestApp(__FUNCTION__);
$this->exec('upgrade rector --dry-run ' . TEST_APP);
$this->exec('upgrade rector --rules cakephp40 --dry-run ' . TEST_APP);
debug($this->_out->messages());

$this->assertExitSuccess();
$this->assertOutputContains('HelloCommand.php');
Expand Down

0 comments on commit 12f1d9e

Please sign in to comment.