Show
Ignore:
Timestamp:
02/25/08 23:27:22 (8 months ago)
Author:
mikey
Message:

finished enhancement #97: added tests for new use cases and some more tests for better code coverage of the ioc container

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/ioc/stubBinder.php

    r1301 r1371  
    7878    public function bindConstant() 
    7979    { 
    80         $binding = new stubConstantBinding($this->injector); 
     80        $binding = new stubConstantBinding(); 
    8181        $this->injector->addBinding($binding); 
    8282        return $binding;