File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/Symfony/Component/Serializer/Tests Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ public function getIgnored2()
29
29
return $ this ->ignored2 ;
30
30
}
31
31
32
- #[Ignore]
33
- public function getSomethingElse (): int
34
- {
35
- return 42 ;
36
- }
37
-
38
32
#[Ignore]
39
33
public function canBeIgnored (): bool
40
34
{
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ public function testLoadIgnore()
153
153
$ attributesMetadata = $ classMetadata ->getAttributesMetadata ();
154
154
$ this ->assertTrue ($ attributesMetadata ['ignored1 ' ]->isIgnored ());
155
155
$ this ->assertTrue ($ attributesMetadata ['ignored2 ' ]->isIgnored ());
156
- $ this ->assertTrue ($ attributesMetadata ['somethingElse ' ]->isIgnored ());
157
156
$ this ->assertTrue ($ attributesMetadata ['beIgnored ' ]->isIgnored ());
158
157
}
159
158
You can’t perform that action at this time.
0 commit comments