~ubuntu-branches/ubuntu/raring/kdevelop-php/raring

« back to all changes in this revision

Viewing changes to duchain/tests/duchaintestbase.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 21:17:33 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120117211733-yiv1fs0rsdx06hcm
Tags: 1.2.81-0ubuntu1
* New upstream release
  - Bump build-dep on kdevelop-pg-qt to 0.9.82
  - Add ${misc:Depends} to kdevelop-php-dbg

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
public slots:
106
106
    void initTestCase();
 
107
    void cleanupTestCase();
107
108
 
108
109
protected:
109
110
    KDevelop::TopDUContext* parse(const QByteArray& unit, DumpAreas dump = static_cast<DumpAreas>(DumpAST | DumpDUChain | DumpType), QString fileName = QString());