_isOnWindows = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN'); } public function testVerifyIfWeAreOnWindows() { $this->assertEquals(is_windows(), $this->_isOnWindows); } }