N98\Util\OperatingSystemTest::testIsNetware PHP Метод

testIsNetware() публичный Метод

public testIsNetware ( )
    public function testIsNetware()
    {
        $this->assertTrue(OperatingSystem::isNetware());
        $this->assertFalse(OperatingSystem::isLinux());
        $this->assertFalse(OperatingSystem::isWindows());
        $this->assertFalse(OperatingSystem::isMacOs());
    }