Remove deprecated call

This commit is contained in:
wilsonge 2019-08-13 00:57:20 +01:00
parent b26c00c34d
commit 0249510c72
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
// Here you can initialize variables that will be available to your tests
\Codeception\Util\Autoload::registerSuffix('Steps', __DIR__.DIRECTORY_SEPARATOR.'_steps');
\Codeception\Util\Autoload::addNamespace('', __DIR__.DIRECTORY_SEPARATOR.'_steps');