| Current Path : /var/www/html/hr/vendor/codeception/base/tests/data/ |
| Current File : /var/www/html/hr/vendor/codeception/base/tests/data/FailDependenciesNonExistent.php |
<?php
namespace FailDependenciesNonExistent;
class IncorrectDependenciesClass
{
public function _inject(NonExistentClass $a) {}
}