Removed useless test class breaking tests procedure

skala
Yannick Warnier 12 years ago
parent 2322c05451
commit fc3d02b1a9
  1. 40
      tests/phpunit/classes/CallbackFilterIteratorTest.class.php

@ -1,40 +0,0 @@
<?php
/**
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:50.
*/
class CallbackFilterIteratorTest extends PHPUnit_Framework_TestCase
{
/**
* @var CallbackFilterIterator
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
$this->object = new CallbackFilterIterator;
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers CallbackFilterIterator::accept
* @todo Implement testAccept().
*/
public function testAccept()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
Loading…
Cancel
Save