How to indicate that a PHPUnit test is expected to fail?

ogayanit

New Member
Is it possible to mark a test as "expected to fail" with PHPUnit? This would be useful when performing TDD, and you want to distinguish between genuinely failed tests, and tests that happen to fail because the associated code hasn't been written yet.
 
Back
Top