Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5de9d3

Browse filesBrowse files
committed
minor #13584 [Validator] Remove unnecessary include in tests (dunglas)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #13584). Discussion ---------- [Validator] Remove unnecessary include in tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT | Doc PR | n/a Commits ------- a4a581c [Validator] Remove unnecessary include in tests
2 parents a6f1e8c + a4a581c commit d5de9d3
Copy full SHA for d5de9d3

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ public function testLoadClassMetadataIgnoresAbstractMethods()
9898
$this->markTestSkipped('Could not disable error reporting');
9999
}
100100

101-
include __DIR__.'/AbstractStaticMethodLoader.php';
102-
103101
$metadata = new ClassMetadata(__NAMESPACE__.'\AbstractStaticMethodLoader');
104102

105103
$loader = new StaticMethodLoader('loadMetadata');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.