We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8924 commit 623bfb7Copy full SHA for 623bfb7
1 file changed
tests/Phug/Split/Command/AnalyzeTest.php
@@ -80,17 +80,5 @@ public function testErrors()
80
81
$this->assertSame("#[0;31mInput directory not found.\n#[0m", $output);
82
$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);
95
}
96
0 commit comments