Home
last modified time | relevance | path

Searched refs:has (Results 1 – 6 of 6) sorted by path

/web-bugs/src/Container/
H A DContainer.php57 if (!$this->has($id)) {
71 public function has(string $id): bool function in App\\Container\\Container
H A DContainerInterface.php33 public function has(string $id): bool; function
/web-bugs/src/Utils/
H A DCache.php68 public function has(string $key): bool function in App\\Utils\\Cache
/web-bugs/src/Utils/Versions/
H A DGenerator.php70 if (!$this->cache->has('versions')) {
/web-bugs/tests/Unit/Container/
H A DContainerTest.php48 $this->assertFalse($container->has(MockDependency::class));
54 $this->assertFalse($container->has(MockService::class));
55 $this->assertTrue($container->has(MockDependency::class));
105 $this->assertTrue($container->has('foo'));
106 $this->assertTrue($container->has('baz'));
/web-bugs/tests/Unit/Utils/
H A DCacheTest.php30 $this->assertFalse($this->cache->has('foo'));
33 $this->assertTrue($this->cache->has('foo'));

Completed in 12 milliseconds