File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 77use MCordingley \LinearAlgebra \Decomposition \LUP ;
88use MCordingley \LinearAlgebra \Matrix ;
99use MCordingley \LinearAlgebra \MatrixException ;
10- use PHPUnit_Framework_TestCase ;
10+ use PHPUnit \ Framework \ TestCase ;
1111
12- final class LUPTest extends PHPUnit_Framework_TestCase
12+ final class LUPTest extends TestCase
1313{
1414 public function testNonSquare ()
1515 {
Original file line number Diff line number Diff line change 77use MCordingley \LinearAlgebra \Decomposition \LU ;
88use MCordingley \LinearAlgebra \Matrix ;
99use MCordingley \LinearAlgebra \MatrixException ;
10- use PHPUnit_Framework_TestCase ;
10+ use PHPUnit \ Framework \ TestCase ;
1111
12- final class LUTest extends PHPUnit_Framework_TestCase
12+ final class LUTest extends TestCase
1313{
1414 public function testNonSquare ()
1515 {
Original file line number Diff line number Diff line change 77use MCordingley \LinearAlgebra \Matrix ;
88use MCordingley \LinearAlgebra \MatrixException ;
99use MCordingley \LinearAlgebra \Vector ;
10- use PHPUnit_Framework_TestCase ;
10+ use PHPUnit \ Framework \ TestCase ;
1111
12- final class MatrixTest extends PHPUnit_Framework_TestCase
12+ final class MatrixTest extends TestCase
1313{
1414 private function buildMatrix ()
1515 {
Original file line number Diff line number Diff line change 77use MCordingley \LinearAlgebra \Matrix ;
88use MCordingley \LinearAlgebra \MatrixException ;
99use MCordingley \LinearAlgebra \Vector ;
10+ use PHPUnit \Framework \TestCase ;
1011
11- class VectorTest extends \PHPUnit_Framework_TestCase
12+ class VectorTest extends TestCase
1213{
1314 private function buildVector ()
1415 {
You can’t perform that action at this time.
0 commit comments