Re: Docs and tests

2012-05-28 Thread Christian Grobmeier
On Mon, May 28, 2012 at 10:33 AM, Ivan Habunek wrote: > Hi! > > I have two things I'd like to do: > > First, I'd like to move phpunit.xml to root of the project. Every time > i want to execute tests I have to "cd src/test/php", then execute > phpunit, while all other actions are done from root. +

Re: Docs and tests

2012-05-28 Thread Florian Semm
Am 28.05.2012 10:33, schrieb Ivan Habunek: Hi! I have two things I'd like to do: First, I'd like to move phpunit.xml to root of the project. Every time i want to execute tests I have to "cd src/test/php", then execute phpunit, while all other actions are done from root. Good idea! Second, l

Docs and tests

2012-05-28 Thread Ivan Habunek
Hi! I have two things I'd like to do: First, I'd like to move phpunit.xml to root of the project. Every time i want to execute tests I have to "cd src/test/php", then execute phpunit, while all other actions are done from root. Second, locally I started using phpdocumetnor v2 for generating API