File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 12
12
use Magento \Framework \App \Utility \Files ;
13
13
use Magento \Framework \Component \ComponentRegistrar ;
14
14
use Magento \Framework \Config \Reader \Filesystem as Reader ;
15
+ use Magento \Framework \Config \ValidationState \Configurable ;
15
16
use Magento \Framework \Exception \LocalizedException ;
16
17
use Magento \Test \Integrity \Dependency \Converter ;
17
18
use Magento \Test \Integrity \Dependency \DeclarativeSchemaDependencyProvider ;
26
27
use Magento \TestFramework \Dependency \ReportsConfigRule ;
27
28
use Magento \TestFramework \Dependency \Route \RouteMapper ;
28
29
use Magento \TestFramework \Dependency \VirtualType \VirtualTypeMapper ;
29
- use Magento \TestFramework \Workaround \Override \Config \ValidationState ;
30
30
31
31
/**
32
32
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
@@ -288,12 +288,10 @@ protected static function _initRules()
288
288
new WebapiFileResolver (self ::getComponentRegistrar ()),
289
289
new Converter (),
290
290
new SchemaLocator (self ::getComponentRegistrar ()),
291
- new ValidationState ( ),
291
+ new Configurable ( false ),
292
292
'webapi.xml ' ,
293
293
[
294
294
'/routes/route ' => ['url ' , 'method ' ],
295
- '/routes/route/resources/resource ' => 'ref ' ,
296
- '/routes/route/data/parameter ' => 'name '
297
295
],
298
296
);
299
297
You can’t perform that action at this time.
0 commit comments