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 8bdf985 commit 18b62deCopy full SHA for 18b62de
tests/Integration/Rest/ControllerTest.php
@@ -28,24 +28,6 @@
28
*/
29
final class ControllerTest extends KernelTestCase
30
{
31
- /**
32
- * @throws Throwable
33
- */
34
- #[TestDox('Test that `getResource` method throws an exception if `Resource` service is not set')]
35
- public function testThatGetResourceThrowsAnExceptionIfNotSet(): void
36
- {
37
- $this->expectException(UnexpectedValueException::class);
38
- $this->expectExceptionMessage('Resource service not set');
39
-
40
- $class = new class() extends Controller {
41
- public function __construct()
42
43
- }
44
- };
45
46
- $class->getResource();
47
48
49
/**
50
* @throws Throwable
51
0 commit comments