Searched refs:isInteractive (Results 1 – 2 of 2) sorted by relevance
39 return $this->isInteractive(STDOUT);83 if (!$this->isInteractive(self::STDIN)) {109 public function isInteractive($fileDescriptor = self::STDOUT) function in SebastianBergmann\\Environment\\Console
32 $this->assertInternalType('boolean', $this->console->isInteractive());40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));