Skip to content

Commit

Permalink
Revert "This class is not PHPUnit 4 compatible"
Browse files Browse the repository at this point in the history
Works just fine, but requires PHPUnit_Story to be installed.

This reverts commit 63ade4f.
  • Loading branch information
yunosh committed May 2, 2014
1 parent 190dc37 commit a1a8739
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
Expand Up @@ -28,8 +28,7 @@
* @link http://pear.horde.org/index.php?package=Kolab_Config
*/
class Horde_Kolab_Config_ConfigStoryTestCase
//extends PHPUnit_Extensions_Story_TestCase
extends PHPUnit_Framework_TestCase
extends PHPUnit_Extensions_Story_TestCase
{
/**
* Handle a "given" step.
Expand Down Expand Up @@ -131,4 +130,4 @@ public function runThen(&$world, $action, $arguments)
}
}

}
}
Expand Up @@ -30,14 +30,6 @@
class Horde_Kolab_Config_Integration_ConfigTest
extends Horde_Kolab_Config_ConfigStoryTestCase
{
/**
*/
public function setUp()
{
// Horde_Kolab_Config_ConfigStoryTestCase doesn't work
$this->markTestSkipped();
}

/**
* @scenario
*/
Expand Down
Expand Up @@ -28,8 +28,7 @@
* @link http://pear.horde.org/index.php?package=Kolab_Filter
*/
class Horde_Kolab_Filter_StoryTestCase
//extends PHPUnit_Extensions_Story_TestCase
extends PHPUnit_Framework_TestCase
extends PHPUnit_Extensions_Story_TestCase
{
public function setUp()
{
Expand Down Expand Up @@ -175,4 +174,4 @@ private function _cleanAndCompareOutput($received, $expected)

$this->assertEquals($received, $expected);
}
}
}
Expand Up @@ -25,9 +25,7 @@
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=Share
*/
class Horde_Kolab_Server_Integration_Scenario
//extends PHPUnit_Extensions_Story_TestCase
extends PHPUnit_Framework_TestCase
class Horde_Kolab_Server_Integration_Scenario extends PHPUnit_Extensions_Story_TestCase
{
/** The mock environment */
const ENVIRONMENT_MOCK = 'mock';
Expand Down

0 comments on commit a1a8739

Please sign in to comment.