示例#1
0
 public function setUp()
 {
     parent::setUp();
     $this->cache = Cache::create();
 }
 public function testServiceInjection()
 {
     $cache = Cache::create();
     $this->assertInstanceOf('\\PHPCrystal\\PHPCrystalTest\\Service\\Cache\\Cache', $cache);
 }