Home
last modified time | relevance | path

Searched refs:isInteractive (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php39 return $this->isInteractive(STDOUT);
83 if (!$this->isInteractive(self::STDIN)) {
109 public function isInteractive($fileDescriptor = self::STDOUT) function in SebastianBergmann\\Environment\\Console
/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
H A DConsoleTest.php32 $this->assertInternalType('boolean', $this->console->isInteractive());
40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));