We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59b895 commit 7064d7bCopy full SHA for 7064d7b
tests/Driver/MemcachedCacheTest.hack
@@ -13,7 +13,7 @@ class MemcachedCacheTest extends HackTest {
13
['memcached', 11211],
14
));
15
expect($cache->fetch("qwerty"))->toBeNull();
16
- })->toThrow(\HH\InvariantException::class);
+ })->toThrow(InvariantException::class);
17
}
18
19
public function testFetchShouldReturnNull2(): void {
0 commit comments