assertTrue($condition); SessionCache::set('profiling_supported', false); $condition = Profiling::isSupported($dbi); $this->assertFalse($condition); } }