Skip to content

Commit 4b32244

Browse files
committed
ConsoleColor: mark two methods as untestable
These methods cannot be tested as the result is system dependent and cannot be emulated.
1 parent 3f5c0e0 commit 4b32244

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ConsoleColor.php

+4
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)