Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

phpunit

0
votes
1 answers
35 views

PHPUnit and SimpleTest on Apache and Nusphere PhpED

I have a requirement that I need to run the tests through commandline as well as through a graphical debugger. The graphical debugger should run the…
asked June 12, 2011 7:13 am CDT
Sumitk
0
votes
1 answers
58 views

Installing PHPUnit w/ XAMPP on Mac OS X

Does anyone know how to install PHPUnit on Mac OS X (I'm using XAMPP). I tried the following commands and it said installation succeeded (no…
asked May 19, 2011 3:02 pm CDT
Trenton Scott
0
votes
0 answers
38 views

Mysql SAVEPOINT in PHPUnit Tests

Hi guys, I'm having a problem when running my PHPUnit test of creating a new profile, my code doesnt allow duplicate of profile_name and so i have…
asked May 12, 2011 3:58 am CDT
Dee-M
0
votes
0 answers
32 views

How to test across multiple mysql schemas with PHPUnit?

I would like to test a process that queries across multiple schemas using PHPUnit's PHPUnit_Extensions_Database_TestCase class. I've dug through the…
asked May 4, 2011 1:21 pm CDT
PMV
0
votes
0 answers
39 views

PHPUnit: Problem with testing database

Hi, I'm new to database testing with PhpUnit. I'm starting with simle test that compare PostgreSQL table's content with xml file. The problem is…
asked April 27, 2011 4:03 am CDT
tommy_from_breslau
0
votes
0 answers
46 views

PHPUnit: Problem with testing database

Hi, I'm new to database testing with PhpUnit. I'm starting with simple test that compare PostgreSQL table's content with xml file. The problem is…
asked April 27, 2011 3:29 am CDT
tommy_from_breslau
0
votes
2 answers
43 views

Dump data from postgresql for use in phpunit with sqlite

Hi, I want to dump data from my postgresql database and use it as a base data set for phpunit (where I use sqlite in memory). is it possible?
asked April 15, 2011 3:43 pm CDT
JohnSmith
0
votes
1 answers
28 views

PHP MySQL Function Unit Testing

Hello, I need to test a number of functions that I have created using PHP 5 which carry out the required database CRUD type actions (SELECT, UPDATE,…
asked April 8, 2011 7:58 pm CDT
Daniel West
3
votes
2 answers
57 views

PHPUnit - test the validity of an SQL Query.

Hi, I'm in the process of testing a factory class. One of the method must load the data in an array for the object that another method will…
asked March 23, 2011 8:59 am CDT
FMaz008
0
votes
0 answers
98 views

PHPUnit - populating test database

Hello, I thought that PHPUnit could populate a database for me with code such as: <?php require_once 'PHPUnit/Extensions/Database/TestCase.php';…
asked February 16, 2011 4:00 pm CST
brian_d
10

phpunit

Tagged: phpunit
Related Tags
php × 7
mysql × 4
postgresql × 3
simpletest × 2
apache × 2
sqlite × 2
factory × 1
phped × 1
dbunit × 1
xampp × 1
pear × 1
function × 1