summaryrefslogtreecommitdiffstats
path: root/tests/polynom_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/polynom_test.php')
-rw-r--r--tests/polynom_test.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/polynom_test.php b/tests/polynom_test.php
index 82d55a3..10bcbfd 100644
--- a/tests/polynom_test.php
+++ b/tests/polynom_test.php
@@ -17,30 +17,11 @@
*/
class ezcGraphPolynomTest extends ezcTestCase
{
-
public static function suite()
{
return new ezcTestSuite( "ezcGraphPolynomTest" );
}
- /**
- * setUp
- *
- * @access public
- */
- public function setUp()
- {
- }
-
- /**
- * tearDown
- *
- * @access public
- */
- public function tearDown()
- {
- }
-
public function testCreatePolynom()
{
$polynom = new ezcGraphPolynom( array( 2 => 1 ) );
OpenPOWER on IntegriCloud