Answers for "Class 'PHPUnit_Framework_TestCase' not found in vendor"

PHP
0

Class 'PHPUnit_Framework_TestCase' not found in vendor

add to declaration: use PHPUnit\Framework\TestCase
replace "extends PHPUnit_Framework_TestCase" with "extends TestCase"
Posted by: Guest on August-20-2020

Code answers related to "Class 'PHPUnit_Framework_TestCase' not found in vendor"

Browse Popular Code Answers by Language