public function setUp()
    {
        parent::setUp();

        $this->reader = $this->getReader();
        $this->loader = new AnnotationDirectoryLoader(new FileLocator(), $this->getClassLoader($this->reader));
    }
    public function setUp()
    {
        parent::setUp();

        $this->loader = $this->getClassLoader($this->getReader());
    }