Skip to content

Commit

Permalink
Create test method phar-io#80
Browse files Browse the repository at this point in the history
for UnixoidEnvironemt::supportsColoredOutput()
  • Loading branch information
dnaber-de committed Oct 1, 2016
1 parent 5bd2369 commit 65148ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/unit/shared/environment/EnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ public function testGetHomeDirectoryThrowsExceptionIfHomeIsNotSet() {
$env->getHomeDirectory();
}

}


public function testSupportsColoredOutput() {

$env = new UnixoidEnvironment([]);
$this->markTestIncomplete( 'Under construction' );
}
}

0 comments on commit 65148ff

Please sign in to comment.