Tagged Questions

2
votes
3answers
191 views

Zend_Tool CLI issues, throwing fatal errors

Before installing PHPUnit on my Ubuntu machine, I thought I had zf.sh all set up correctly. I was able to create a new project without any issues. Now, since installing PHPUnit, everything is not …
0
votes
6answers
306 views

Run PHPUnit Tests in Certain Order

Is there a way to get the tests inside of a TestCase to run in a certain order? For example, I want to seperate the lifecycle of an object from creation to use to destruction but need to make sure …
0
votes
1answer
19 views

phpUnit config options

what do the following options mean or whats it for <log type="coverage-html" target="./log/report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80"/> …
0
votes
2answers
26 views

PHPUnit Exception testing, error message messes up results output

Hi, my question regarding phpunit for testing exceptions using the command line tool. I can't seem to correctly do this, the error message of the exception just prints out, making the command line …
0
votes
1answer
22 views

XDebugging PHPUnit testcases in Eclipse PDT

Until now, I was debugging my PHP scripts and testcases using vim and the appropiate script with python backing it. However, me and my colleagues need to move forward and vim/gvim is not an option for …
0
votes
1answer
24 views

phpunit xml file (phpunit.xml)

i am picking up phpunit. i am at the phpunit.xml file. i want to understand what does each element do. <testsuite name="application"> <directory>application</directory> …
0
votes
1answer
23 views

PHPunit command line variable on windows giving trouble

I installed PHPunit via the commandline and added it to my path variables.I then tried to see if it will run, but I got a weird error. Must be something in some file that I didn't configure …
0
votes
1answer
33 views

Windows Netbeans with PHPunit, not working

I ran into this question: http://stackoverflow.com/questions/1552130 But applying the fix mentioned there does not work. Netbeans keeps saying the version of PHPUnit is too old and that I need at …
4
votes
3answers
60 views

unit tests for screen-scraping?

I'm new to unit testing so I'd like to get the opinion of some who are a little more clued-in. I need to write some screen-scraping code shortly. The target system is a web ui where there'll be …
2
votes
6answers
902 views

PHPUnit - Unit Testing with items that need to send headers

I'm currently working with PHPUnit to try and develop tests alongside what I'm writing, however, I'm currently working on writing the Session Manager, and am having issues doing so... The constructor …
0
votes
4answers
117 views

unit test a method that creates an object

I'm trying to get my head round Unit Testing and there's one more piece of the jigsaw I need to find. What I'm trying to do is write tests for the following code. In this case, I've got a really …
5
votes
7answers
612 views

Eclipse PDT & PHPUnit ??

Is there any integration of PHPUnit with Eclipse PDT? If not, are there any plans to do so?
0
votes
1answer
14 views

Dynamically create PHPUnit tests from data-file

I have a data file with input and expected outputs. An example could be: input: output: 2 3 3 5 4 Exception 5 8 ... ... Currently I have a custom solution to read …
2
votes
2answers
63 views

PHP Unit testing

Is there any EASY php testing Framework and may be simpler than simpletest and not command line based like PHPUnit ?
1
vote
5answers
250 views

Testing objects with dependencies in PHPUnit

For objects which compose another object as part of their implementation, what's the best way to write the unit test so only the principle object gets tested? Trivial example: class myObj { …

1 2 3 4 5 8 next
15 30 50 per page