Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in phpunit

How to test multiple properties of an object

php phpunit

Testing code that uses get_class with PHPUnit mock objects

php phpunit

Finding patterns of failure in a Unit Test

php unit-testing phpunit

"@php_bin@" is not recognized as an internal or external command,operable program or batch file

selenium yii phpunit

Symfony 2: how to properly test Doctrine models?

Laravel 4 Model Events don't work with PHPUnit

phpunit laravel laravel-4

Symfony functional test fail but the same request works in browser

Setup and use parameters in PHPUnit data providers

php symfony phpunit

How to make a PHPUnit test that depends on ~real~ POST/GET data?

php testing phpunit

How do I run multiple versions of PHPUnit on the same machine?

php unit-testing phpunit

Netbeans-PHPUnit "No tests executed" error

Is there a way to assert file is not empty in PHPUnit?

Behat and Symfony data fixtures

How do I mock one method of an interface?

php phpunit

Laravel ignores testing database connection

How to send an array of test-cases to PHPUnit willReturnOnConsecutiveCalls

PHPunit command not found after installing using composer

php phpunit

How can I in PHP re-create my Database (for Unit Testing for example)

Zend Framework (PHPUnit) Tests won'r run (phpunit: command not found / Class 'PHPUnit_Framework_TestCase' not found)

why does PHPUnit try to find a file with the name of the testsuite?