File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "php" : " >= 7.0" ,
1313 "phpunit/phpunit" : " > 6.0"
1414 },
15+ "require-dev" : {
16+ "codeception/phpunit-wrapper" : " >6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4"
17+ },
1518 "autoload" : {
1619 "files" : [" src/Codeception/function.php" ],
1720 "psr-4" :{
Original file line number Diff line number Diff line change 11<?php
22include __DIR__ .'/../vendor/autoload.php ' ;
33
4- class OverrideTest extends \PHPUnit \ Framework \TestCase
4+ class OverrideTest extends \Codeception \ PHPUnit \TestCase
55{
6- protected function setUp ()
6+ protected function _setUp ()
77 {
88
99 }
1010
11- protected function tearDown ()
11+ protected function _tearDown ()
1212 {
1313 \Codeception \Verify::$ override = false ;
1414 }
Original file line number Diff line number Diff line change 22
33include_once __DIR__ .'/../src/Codeception/function.php ' ;
44
5- class VerifyTest extends PHPUnit \ Framework \TestCase {
5+ class VerifyTest extends \ Codeception \ PHPUnit \TestCase {
66
77 protected $ xml ;
88
9- protected function setUp ()
9+ protected function _setUp ()
1010 {
1111 $ this ->xml = new DomDocument ;
1212 $ this ->xml ->loadXML ('<foo><bar>Baz</bar><bar>Baz</bar></foo> ' );
You can’t perform that action at this time.
0 commit comments