JBZoo\PHPUnit\CliTest::testCanDetectIfFileDescriptorIsInteractive PHP 메소드

testCanDetectIfFileDescriptorIsInteractive() 공개 메소드

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