Hi all,
I've been going through the https://wiki.phpmyadmin.net/pma/TestingEnvironment wiki page. I was able to successfully configured the testing environment. But when I run the test ''m getting an error.
/var/www/phpmyadmin-master$ phpunit -c phpunit.xml.dist PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /var/www/phpmyadmin-master/phpunit.xml.dist
..........Segmentation fault (core dumped)
any help would be kindly appreciated.
On 12/17/2012 12:46 PM, Senura Yasaswin de Silva wrote:
Hi all,
I've been going through the https://wiki.phpmyadmin.net/pma/TestingEnvironment wiki page. I was able to successfully configured the testing environment. But when I run the test ''m getting an error.
/var/www/phpmyadmin-master$ phpunit -c phpunit.xml.dist PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /var/www/phpmyadmin-master/phpunit.xml.dist
..........Segmentation fault (core dumped)
any help would be kindly appreciated.
What's your OS version?
In Ubuntu 12.10, I was able to just install phpunit from the default repositories (without following the guide) and it works just fine...
E.g.: sudo apt-get install phpunit php5-xdebug php-codesniffer php-codecoverage
I'm not running Jenkins though, so I don't know if Jenkins will work on such a setup.
Bye, Rouslan
I'm using ubuntu 12.04. I also install phpunit and other relevent extesions as mentioned.
On Mon, Dec 17, 2012 at 6:25 PM, Rouslan Placella rouslan@placella.comwrote:
On 12/17/2012 12:46 PM, Senura Yasaswin de Silva wrote:
Hi all,
I've been going through the https://wiki.phpmyadmin.net/pma/TestingEnvironment wiki page. I was able to successfully configured the testing environment. But when I run the test ''m getting an error.
/var/www/phpmyadmin-master$ phpunit -c phpunit.xml.dist PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /var/www/phpmyadmin-master/phpunit.xml.dist
..........Segmentation fault (core dumped)
any help would be kindly appreciated.
What's your OS version?
In Ubuntu 12.10, I was able to just install phpunit from the default repositories (without following the guide) and it works just fine...
E.g.: sudo apt-get install phpunit php5-xdebug php-codesniffer php-codecoverage
I'm not running Jenkins though, so I don't know if Jenkins will work on such a setup.
Bye, Rouslan
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On 12/17/2012 01:06 PM, Senura Yasaswin de Silva wrote:
I'm using ubuntu 12.04. I also install phpunit and other relevent extesions as mentioned.
I never managed to get the testsuite up and running on that version of ubuntu, so I guess I can't help...
Oh, and we use bottom-posting[0] on this mailing list ;)
Bye, Rouslan
[0]: http://en.wikipedia.org/wiki/Posting_style#Bottom-posting
On 12/17/2012 01:06 PM, Senura Yasaswin de Silva wrote:
I'm using ubuntu 12.04. I also install phpunit and other relevent extesions as mentioned.
I never managed to get the testsuite up and running on that version of ubuntu, so I guess I can't help...
Oh, and we use bottom-posting[0] on this mailing list ;)
Thanks for the tip :)
where can I find more information about Phpmyadmin unit testing ?
Senura Yasaswin de Silva a écrit :
On 12/17/2012 01:06 PM, Senura Yasaswin de Silva wrote:
I'm using ubuntu 12.04. I also install phpunit and other relevent extesions as mentioned.
I never managed to get the testsuite up and running on that version of ubuntu, so I guess I can't help...
Oh, and we use bottom-posting[0] on this mailing list ;)
Thanks for the tip :)
where can I find more information about Phpmyadmin unit testing ?
Please send specific questions on this list and we'll try to update the wiki with the answers...
You can also read these blog posts about Automated testing on [4] from the student who worked on this during GSoC 2012.
[4] http://code-mix.blogspot.ca/