Skip to content

Commit 623bfb7

Browse files
committed
Update tests
1 parent 66b8924 commit 623bfb7

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tests/Phug/Split/Command/AnalyzeTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,5 @@ public function testErrors()
8080

8181
$this->assertSame("#[0;31mInput directory not found.\n#[0m", $output);
8282
$this->assertFalse($return);
83-
84-
$cwd = getcwd();
85-
chdir(__DIR__);
86-
87-
ob_start();
88-
$return = $analyse->run($cli);
89-
$output = ob_get_contents();
90-
ob_end_clean();
91-
chdir($cwd);
92-
93-
$this->assertSame("#[0;31mRoot project directory should contains a composer.json file.\n#[0m", $output);
94-
$this->assertFalse($return);
9583
}
9684
}

0 commit comments

Comments
 (0)