PHPUnit plugin

Davide Simoncelli netcelli.tux at gmail.com
Tue Jun 14 13:53:39 UTC 2011


On Tuesday 14 June 2011 14:48:54 Miha Čančula wrote:
> 2011/6/14 Niko Sams <niko.sams at gmail.com>
> 
> > > Veritas is very interesting and I can implement PHPUnit plugin with
> > 
> > Veritas.
> > 
> > > But why is Veritas in playground? Is it unmantained?
> > 
> > yes, it would be perfect for your needs. And the good thing is that
> > it's generic and
> > can be used with any other unit testing library.
> > 
> > I don't know how much work is needed to get it back into kdevplatform
> > - and yes it's
> > original author left development, so it is unmaintained atm.
> > 
> > Niko
> 
> I moved it to git, so now it's on
> https://projects.kde.org/projects/playground/devtools/veritas.
> Unfortunately, I don't have time for maintaining it, but I think it needs
> more user interface than structure changes, so I think it would be a good
> idea to use it.

Hey thank you Miha!

I started implementing the plugin by using Veritas. Like you said structure 
looks very good.
But I think there is one thing that must be implemented: Test class 
documentation says it implements Composite pattern but it isn't really so; it 
would be good to have Test class and then two subclasses: TestSuite and 
TestCase (so we can for example provide default implementation for run method 
for TestSuite).

What do you think?




More information about the KDevelop-devel mailing list