JBZoo\PHPUnit\CliTest::testCanDetectIfFileDescriptorIsInteractive PHP Method

testCanDetectIfFileDescriptorIsInteractive() public method

    public function testCanDetectIfFileDescriptorIsInteractive()
    {
        $this->assertInternalType('boolean', Cli::isInteractive(STDOUT));
    }