30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-02 06:20:50 +00:00

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

View File

@ -1,4 +1,4 @@
<?php <?php
// Here you can initialize variables that will be available to your tests // 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');