summaryrefslogtreecommitdiffstats
path: root/tests/dataset_average_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dataset_average_test.php')
-rw-r--r--tests/dataset_average_test.php15
1 files changed, 2 insertions, 13 deletions
diff --git a/tests/dataset_average_test.php b/tests/dataset_average_test.php
index d0c05e9..8fbbe48 100644
--- a/tests/dataset_average_test.php
+++ b/tests/dataset_average_test.php
@@ -17,7 +17,6 @@
*/
class ezcGraphDataSetAverageTest extends ezcTestCase
{
-
protected $basePath;
protected $tempDir;
@@ -27,24 +26,14 @@ class ezcGraphDataSetAverageTest extends ezcTestCase
return new ezcTestSuite( "ezcGraphDataSetAverageTest" );
}
- /**
- * setUp
- *
- * @access public
- */
- public function setUp()
+ protected function setUp()
{
static $i = 0;
$this->tempDir = $this->createTempDir( __CLASS__ . sprintf( '_%03d_', ++$i ) ) . '/';
$this->basePath = dirname( __FILE__ ) . '/data/';
}
- /**
- * tearDown
- *
- * @access public
- */
- public function tearDown()
+ protected function tearDown()
{
if( !$this->hasFailed() )
{
OpenPOWER on IntegriCloud