public function testLoadFunc()
 {
     $this->funcInjector->save();
     codecept_debug($this->funcInjector->getFileName());
     $this->funcInjector->inject();
     verify(strlen('hello'))->equals(5);
 }