expectException(IncompatibleAttributes::class); $this->expectExceptionCode(1616925611); $this->expectExceptionMessage('The Attributes class of type `' . FakeNonEmptyAttributes::class . '` cannot be compiled.'); (new AttributesCompiler())->compile(new FakeNonEmptyAttributes()); } }