Closed carusogabriel closed 6 years ago
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase. This will help us to migrate to PHPUnit 6, that no longer supports this namespace. I just need to update to PHPUnit 4.8.35 that supports this namespace.
PHPUnit\Framework\TestCase
PHPUnit_Framework_TestCase
PHPUnit 6
4.8.35
👍
Use
PHPUnit\Framework\TestCase
instead ofPHPUnit_Framework_TestCase
. This will help us to migrate toPHPUnit 6
, that no longer supports this namespace. I just need to update to PHPUnit4.8.35
that supports this namespace.