Skip to content

Commit 89a35c3

Browse files
jrfnlgrogy
authored andcommitted
ConsoleColor: mark two methods as untestable
These methods cannot be tested as the result is system dependent and cannot be emulated.
1 parent e633522 commit 89a35c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ConsoleColor.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ public function removeTheme($name)
196196
}
197197

198198
/**
199+
* @codeCoverageIgnore
200+
*
199201
* @return bool
200202
*/
201203
public function isSupported()
@@ -213,6 +215,8 @@ public function isSupported()
213215
}
214216

215217
/**
218+
* @codeCoverageIgnore
219+
*
216220
* @return bool
217221
*/
218222
public function are256ColorsSupported()

0 commit comments

Comments
 (0)