__construct() public method

public __construct ( )
Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->io = new MockIo();
 }