Skip to content

Commit 70c7de1

Browse files
committed
remove test functions
1 parent 859449d commit 70c7de1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Math/Numerical/RootFinding.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ class Math_Numerical_RootFinding
7272

7373
// {{{ factory()
7474

75-
public function testFunction($param = 'test param')
76-
{
77-
return $param;
78-
}
79-
8075
/**
8176
* Create new instance of RootFinding method class.
8277
*

Math/Numerical/RootFinding/Common.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
*/
4343
class Math_Numerical_RootFinding_Common
4444
{
45-
public function testFunction()
46-
{
47-
48-
return 'dddddddddd';
49-
}
5045

5146
// {{{ Properties
5247

0 commit comments

Comments
 (0)