@@ -446,167 +446,167 @@ protected function fail($message)
446446
447447 protected function assertStringContainsString ($ needle , $ haystack , $ message = '' )
448448 {
449- \Codeception \ PHPUnit \TestCase::assertStringContainsString ($ needle , $ haystack , $ message );
449+ \PHPUnit \ Framework \TestCase::assertStringContainsString ($ needle , $ haystack , $ message );
450450 }
451451
452452 protected function assertStringNotContainsString ($ needle , $ haystack , $ message = '' )
453453 {
454- \Codeception \ PHPUnit \TestCase::assertStringNotContainsString ($ needle , $ haystack , $ message );
454+ \PHPUnit \ Framework \TestCase::assertStringNotContainsString ($ needle , $ haystack , $ message );
455455 }
456456
457457 protected function assertStringContainsStringIgnoringCase ($ needle , $ haystack , $ message = '' )
458458 {
459- \Codeception \ PHPUnit \TestCase::assertStringContainsStringIgnoringCase ($ needle , $ haystack , $ message );
459+ \PHPUnit \ Framework \TestCase::assertStringContainsStringIgnoringCase ($ needle , $ haystack , $ message );
460460 }
461461
462462 protected function assertStringNotContainsStringIgnoringCase ($ needle , $ haystack , $ message = '' )
463463 {
464- \Codeception \ PHPUnit \TestCase::assertStringNotContainsStringIgnoringCase ($ needle , $ haystack , $ message );
464+ \PHPUnit \ Framework \TestCase::assertStringNotContainsStringIgnoringCase ($ needle , $ haystack , $ message );
465465 }
466466
467467 /**
468468 * @since 1.1.0 of module-asserts
469469 */
470470 protected function assertStringEndsWith ($ suffix , $ string , $ message = '' )
471471 {
472- \Codeception \ PHPUnit \TestCase::assertStringEndsWith ($ suffix , $ string , $ message );
472+ \PHPUnit \ Framework \TestCase::assertStringEndsWith ($ suffix , $ string , $ message );
473473 }
474474
475475 /**
476476 * @since 1.1.0 of module-asserts
477477 */
478478 protected function assertStringEndsNotWith ($ suffix , $ string , $ message = '' )
479479 {
480- \Codeception \ PHPUnit \TestCase::assertStringEndsNotWith ($ suffix , $ string , $ message );
480+ \PHPUnit \ Framework \TestCase::assertStringEndsNotWith ($ suffix , $ string , $ message );
481481 }
482482
483483 protected function assertIsArray ($ actual , $ message = '' )
484484 {
485- \Codeception \ PHPUnit \TestCase::assertIsArray ($ actual , $ message );
485+ \PHPUnit \ Framework \TestCase::assertIsArray ($ actual , $ message );
486486 }
487487
488488 protected function assertIsBool ($ actual , $ message = '' )
489489 {
490- \Codeception \ PHPUnit \TestCase::assertIsBool ($ actual , $ message );
490+ \PHPUnit \ Framework \TestCase::assertIsBool ($ actual , $ message );
491491 }
492492
493493 protected function assertIsFloat ($ actual , $ message = '' )
494494 {
495- \Codeception \ PHPUnit \TestCase::assertIsFloat ($ actual , $ message );
495+ \PHPUnit \ Framework \TestCase::assertIsFloat ($ actual , $ message );
496496 }
497497
498498 protected function assertIsInt ($ actual , $ message = '' )
499499 {
500- \Codeception \ PHPUnit \TestCase::assertIsInt ($ actual , $ message );
500+ \PHPUnit \ Framework \TestCase::assertIsInt ($ actual , $ message );
501501 }
502502
503503 protected function assertIsNumeric ($ actual , $ message = '' )
504504 {
505- \Codeception \ PHPUnit \TestCase::assertIsNumeric ($ actual , $ message );
505+ \PHPUnit \ Framework \TestCase::assertIsNumeric ($ actual , $ message );
506506 }
507507
508508 protected function assertIsObject ($ actual , $ message = '' )
509509 {
510- \Codeception \ PHPUnit \TestCase::assertIsObject ($ actual , $ message );
510+ \PHPUnit \ Framework \TestCase::assertIsObject ($ actual , $ message );
511511 }
512512
513513 protected function assertIsResource ($ actual , $ message = '' )
514514 {
515- \Codeception \ PHPUnit \TestCase::assertIsResource ($ actual , $ message );
515+ \PHPUnit \ Framework \TestCase::assertIsResource ($ actual , $ message );
516516 }
517517
518518 protected function assertIsString ($ actual , $ message = '' )
519519 {
520- \Codeception \ PHPUnit \TestCase::assertIsString ($ actual , $ message );
520+ \PHPUnit \ Framework \TestCase::assertIsString ($ actual , $ message );
521521 }
522522
523523 protected function assertIsScalar ($ actual , $ message = '' )
524524 {
525- \Codeception \ PHPUnit \TestCase::assertIsScalar ($ actual , $ message );
525+ \PHPUnit \ Framework \TestCase::assertIsScalar ($ actual , $ message );
526526 }
527527
528528 protected function assertIsCallable ($ actual , $ message = '' )
529529 {
530- \Codeception \ PHPUnit \TestCase::assertIsCallable ($ actual , $ message );
530+ \PHPUnit \ Framework \TestCase::assertIsCallable ($ actual , $ message );
531531 }
532532
533533 protected function assertIsNotArray ($ actual , $ message = '' )
534534 {
535- \Codeception \ PHPUnit \TestCase::assertIsNotArray ($ actual , $ message );
535+ \PHPUnit \ Framework \TestCase::assertIsNotArray ($ actual , $ message );
536536 }
537537
538538 protected function assertIsNotBool ($ actual , $ message = '' )
539539 {
540- \Codeception \ PHPUnit \TestCase::assertIsNotBool ($ actual , $ message );
540+ \PHPUnit \ Framework \TestCase::assertIsNotBool ($ actual , $ message );
541541 }
542542
543543 protected function assertIsNotFloat ($ actual , $ message = '' )
544544 {
545- \Codeception \ PHPUnit \TestCase::assertIsNotFloat ($ actual , $ message );
545+ \PHPUnit \ Framework \TestCase::assertIsNotFloat ($ actual , $ message );
546546 }
547547
548548 protected function assertIsNotInt ($ actual , $ message = '' )
549549 {
550- \Codeception \ PHPUnit \TestCase::assertIsNotInt ($ actual , $ message );
550+ \PHPUnit \ Framework \TestCase::assertIsNotInt ($ actual , $ message );
551551 }
552552
553553 protected function assertIsNotNumeric ($ actual , $ message = '' )
554554 {
555- \Codeception \ PHPUnit \TestCase::assertIsNotNumeric ($ actual , $ message );
555+ \PHPUnit \ Framework \TestCase::assertIsNotNumeric ($ actual , $ message );
556556 }
557557
558558 protected function assertIsNotObject ($ actual , $ message = '' )
559559 {
560- \Codeception \ PHPUnit \TestCase::assertIsNotObject ($ actual , $ message );
560+ \PHPUnit \ Framework \TestCase::assertIsNotObject ($ actual , $ message );
561561 }
562562
563563 protected function assertIsNotResource ($ actual , $ message = '' )
564564 {
565- \Codeception \ PHPUnit \TestCase::assertIsNotResource ($ actual , $ message );
565+ \PHPUnit \ Framework \TestCase::assertIsNotResource ($ actual , $ message );
566566 }
567567
568568 protected function assertIsNotString ($ actual , $ message = '' )
569569 {
570- \Codeception \ PHPUnit \TestCase::assertIsNotString ($ actual , $ message );
570+ \PHPUnit \ Framework \TestCase::assertIsNotString ($ actual , $ message );
571571 }
572572
573573 protected function assertIsNotScalar ($ actual , $ message = '' )
574574 {
575- \Codeception \ PHPUnit \TestCase::assertIsNotScalar ($ actual , $ message );
575+ \PHPUnit \ Framework \TestCase::assertIsNotScalar ($ actual , $ message );
576576 }
577577
578578 protected function assertIsNotCallable ($ actual , $ message = '' )
579579 {
580- \Codeception \ PHPUnit \TestCase::assertIsNotCallable ($ actual , $ message );
580+ \PHPUnit \ Framework \TestCase::assertIsNotCallable ($ actual , $ message );
581581 }
582582
583583 protected function assertEqualsCanonicalizing ($ expected , $ actual , $ message = '' )
584584 {
585- \Codeception \ PHPUnit \TestCase::assertEqualsCanonicalizing ($ expected , $ actual , $ message );
585+ \PHPUnit \ Framework \TestCase::assertEqualsCanonicalizing ($ expected , $ actual , $ message );
586586 }
587587
588588 protected function assertNotEqualsCanonicalizing ($ expected , $ actual , $ message = '' )
589589 {
590- \Codeception \ PHPUnit \TestCase::assertNotEqualsCanonicalizing ($ expected , $ actual , $ message );
590+ \PHPUnit \ Framework \TestCase::assertNotEqualsCanonicalizing ($ expected , $ actual , $ message );
591591 }
592592
593593 protected function assertEqualsIgnoringCase ($ expected , $ actual , $ message = '' )
594594 {
595- \Codeception \ PHPUnit \TestCase::assertEqualsIgnoringCase ($ expected , $ actual , $ message );
595+ \PHPUnit \ Framework \TestCase::assertEqualsIgnoringCase ($ expected , $ actual , $ message );
596596 }
597597
598598 protected function assertNotEqualsIgnoringCase ($ expected , $ actual , $ message = '' )
599599 {
600- \Codeception \ PHPUnit \TestCase::assertNotEqualsIgnoringCase ($ expected , $ actual , $ message );
600+ \PHPUnit \ Framework \TestCase::assertNotEqualsIgnoringCase ($ expected , $ actual , $ message );
601601 }
602602
603603 protected function assertEqualsWithDelta ($ expected , $ actual , $ delta , $ message = '' )
604604 {
605- \Codeception \ PHPUnit \TestCase::assertEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
605+ \PHPUnit \ Framework \TestCase::assertEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
606606 }
607607
608608 protected function assertNotEqualsWithDelta ($ expected , $ actual , $ delta , $ message = '' )
609609 {
610- \Codeception \ PHPUnit \TestCase::assertNotEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
610+ \PHPUnit \ Framework \TestCase::assertNotEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
611611 }
612612}
0 commit comments