Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/codeception/base/tests/data/
Upload File :
Current File : /var/www/html/dyna-hr/vendor/codeception/base/tests/data/FailDependenciesInChain.php

<?php
namespace FailDependenciesInChain;

class IncorrectDependenciesClass
{
    public function _inject(AnotherClass $a) {}
}

class AnotherClass
{
    private function __construct() {}
}