assertTrue(CRT::isAvailable()); } // We have done nothing to necessitate loading the CRT, it should not be loaded public function testIsLoaded() { $this->assertTrue(!CRT::isLoaded()); } }