@@ -446,167 +446,167 @@ protected function fail($message)
446
446
447
447
protected function assertStringContainsString ($ needle , $ haystack , $ message = '' )
448
448
{
449
- \Codeception \ PHPUnit \TestCase::assertStringContainsString ($ needle , $ haystack , $ message );
449
+ \PHPUnit \ Framework \TestCase::assertStringContainsString ($ needle , $ haystack , $ message );
450
450
}
451
451
452
452
protected function assertStringNotContainsString ($ needle , $ haystack , $ message = '' )
453
453
{
454
- \Codeception \ PHPUnit \TestCase::assertStringNotContainsString ($ needle , $ haystack , $ message );
454
+ \PHPUnit \ Framework \TestCase::assertStringNotContainsString ($ needle , $ haystack , $ message );
455
455
}
456
456
457
457
protected function assertStringContainsStringIgnoringCase ($ needle , $ haystack , $ message = '' )
458
458
{
459
- \Codeception \ PHPUnit \TestCase::assertStringContainsStringIgnoringCase ($ needle , $ haystack , $ message );
459
+ \PHPUnit \ Framework \TestCase::assertStringContainsStringIgnoringCase ($ needle , $ haystack , $ message );
460
460
}
461
461
462
462
protected function assertStringNotContainsStringIgnoringCase ($ needle , $ haystack , $ message = '' )
463
463
{
464
- \Codeception \ PHPUnit \TestCase::assertStringNotContainsStringIgnoringCase ($ needle , $ haystack , $ message );
464
+ \PHPUnit \ Framework \TestCase::assertStringNotContainsStringIgnoringCase ($ needle , $ haystack , $ message );
465
465
}
466
466
467
467
/**
468
468
* @since 1.1.0 of module-asserts
469
469
*/
470
470
protected function assertStringEndsWith ($ suffix , $ string , $ message = '' )
471
471
{
472
- \Codeception \ PHPUnit \TestCase::assertStringEndsWith ($ suffix , $ string , $ message );
472
+ \PHPUnit \ Framework \TestCase::assertStringEndsWith ($ suffix , $ string , $ message );
473
473
}
474
474
475
475
/**
476
476
* @since 1.1.0 of module-asserts
477
477
*/
478
478
protected function assertStringEndsNotWith ($ suffix , $ string , $ message = '' )
479
479
{
480
- \Codeception \ PHPUnit \TestCase::assertStringEndsNotWith ($ suffix , $ string , $ message );
480
+ \PHPUnit \ Framework \TestCase::assertStringEndsNotWith ($ suffix , $ string , $ message );
481
481
}
482
482
483
483
protected function assertIsArray ($ actual , $ message = '' )
484
484
{
485
- \Codeception \ PHPUnit \TestCase::assertIsArray ($ actual , $ message );
485
+ \PHPUnit \ Framework \TestCase::assertIsArray ($ actual , $ message );
486
486
}
487
487
488
488
protected function assertIsBool ($ actual , $ message = '' )
489
489
{
490
- \Codeception \ PHPUnit \TestCase::assertIsBool ($ actual , $ message );
490
+ \PHPUnit \ Framework \TestCase::assertIsBool ($ actual , $ message );
491
491
}
492
492
493
493
protected function assertIsFloat ($ actual , $ message = '' )
494
494
{
495
- \Codeception \ PHPUnit \TestCase::assertIsFloat ($ actual , $ message );
495
+ \PHPUnit \ Framework \TestCase::assertIsFloat ($ actual , $ message );
496
496
}
497
497
498
498
protected function assertIsInt ($ actual , $ message = '' )
499
499
{
500
- \Codeception \ PHPUnit \TestCase::assertIsInt ($ actual , $ message );
500
+ \PHPUnit \ Framework \TestCase::assertIsInt ($ actual , $ message );
501
501
}
502
502
503
503
protected function assertIsNumeric ($ actual , $ message = '' )
504
504
{
505
- \Codeception \ PHPUnit \TestCase::assertIsNumeric ($ actual , $ message );
505
+ \PHPUnit \ Framework \TestCase::assertIsNumeric ($ actual , $ message );
506
506
}
507
507
508
508
protected function assertIsObject ($ actual , $ message = '' )
509
509
{
510
- \Codeception \ PHPUnit \TestCase::assertIsObject ($ actual , $ message );
510
+ \PHPUnit \ Framework \TestCase::assertIsObject ($ actual , $ message );
511
511
}
512
512
513
513
protected function assertIsResource ($ actual , $ message = '' )
514
514
{
515
- \Codeception \ PHPUnit \TestCase::assertIsResource ($ actual , $ message );
515
+ \PHPUnit \ Framework \TestCase::assertIsResource ($ actual , $ message );
516
516
}
517
517
518
518
protected function assertIsString ($ actual , $ message = '' )
519
519
{
520
- \Codeception \ PHPUnit \TestCase::assertIsString ($ actual , $ message );
520
+ \PHPUnit \ Framework \TestCase::assertIsString ($ actual , $ message );
521
521
}
522
522
523
523
protected function assertIsScalar ($ actual , $ message = '' )
524
524
{
525
- \Codeception \ PHPUnit \TestCase::assertIsScalar ($ actual , $ message );
525
+ \PHPUnit \ Framework \TestCase::assertIsScalar ($ actual , $ message );
526
526
}
527
527
528
528
protected function assertIsCallable ($ actual , $ message = '' )
529
529
{
530
- \Codeception \ PHPUnit \TestCase::assertIsCallable ($ actual , $ message );
530
+ \PHPUnit \ Framework \TestCase::assertIsCallable ($ actual , $ message );
531
531
}
532
532
533
533
protected function assertIsNotArray ($ actual , $ message = '' )
534
534
{
535
- \Codeception \ PHPUnit \TestCase::assertIsNotArray ($ actual , $ message );
535
+ \PHPUnit \ Framework \TestCase::assertIsNotArray ($ actual , $ message );
536
536
}
537
537
538
538
protected function assertIsNotBool ($ actual , $ message = '' )
539
539
{
540
- \Codeception \ PHPUnit \TestCase::assertIsNotBool ($ actual , $ message );
540
+ \PHPUnit \ Framework \TestCase::assertIsNotBool ($ actual , $ message );
541
541
}
542
542
543
543
protected function assertIsNotFloat ($ actual , $ message = '' )
544
544
{
545
- \Codeception \ PHPUnit \TestCase::assertIsNotFloat ($ actual , $ message );
545
+ \PHPUnit \ Framework \TestCase::assertIsNotFloat ($ actual , $ message );
546
546
}
547
547
548
548
protected function assertIsNotInt ($ actual , $ message = '' )
549
549
{
550
- \Codeception \ PHPUnit \TestCase::assertIsNotInt ($ actual , $ message );
550
+ \PHPUnit \ Framework \TestCase::assertIsNotInt ($ actual , $ message );
551
551
}
552
552
553
553
protected function assertIsNotNumeric ($ actual , $ message = '' )
554
554
{
555
- \Codeception \ PHPUnit \TestCase::assertIsNotNumeric ($ actual , $ message );
555
+ \PHPUnit \ Framework \TestCase::assertIsNotNumeric ($ actual , $ message );
556
556
}
557
557
558
558
protected function assertIsNotObject ($ actual , $ message = '' )
559
559
{
560
- \Codeception \ PHPUnit \TestCase::assertIsNotObject ($ actual , $ message );
560
+ \PHPUnit \ Framework \TestCase::assertIsNotObject ($ actual , $ message );
561
561
}
562
562
563
563
protected function assertIsNotResource ($ actual , $ message = '' )
564
564
{
565
- \Codeception \ PHPUnit \TestCase::assertIsNotResource ($ actual , $ message );
565
+ \PHPUnit \ Framework \TestCase::assertIsNotResource ($ actual , $ message );
566
566
}
567
567
568
568
protected function assertIsNotString ($ actual , $ message = '' )
569
569
{
570
- \Codeception \ PHPUnit \TestCase::assertIsNotString ($ actual , $ message );
570
+ \PHPUnit \ Framework \TestCase::assertIsNotString ($ actual , $ message );
571
571
}
572
572
573
573
protected function assertIsNotScalar ($ actual , $ message = '' )
574
574
{
575
- \Codeception \ PHPUnit \TestCase::assertIsNotScalar ($ actual , $ message );
575
+ \PHPUnit \ Framework \TestCase::assertIsNotScalar ($ actual , $ message );
576
576
}
577
577
578
578
protected function assertIsNotCallable ($ actual , $ message = '' )
579
579
{
580
- \Codeception \ PHPUnit \TestCase::assertIsNotCallable ($ actual , $ message );
580
+ \PHPUnit \ Framework \TestCase::assertIsNotCallable ($ actual , $ message );
581
581
}
582
582
583
583
protected function assertEqualsCanonicalizing ($ expected , $ actual , $ message = '' )
584
584
{
585
- \Codeception \ PHPUnit \TestCase::assertEqualsCanonicalizing ($ expected , $ actual , $ message );
585
+ \PHPUnit \ Framework \TestCase::assertEqualsCanonicalizing ($ expected , $ actual , $ message );
586
586
}
587
587
588
588
protected function assertNotEqualsCanonicalizing ($ expected , $ actual , $ message = '' )
589
589
{
590
- \Codeception \ PHPUnit \TestCase::assertNotEqualsCanonicalizing ($ expected , $ actual , $ message );
590
+ \PHPUnit \ Framework \TestCase::assertNotEqualsCanonicalizing ($ expected , $ actual , $ message );
591
591
}
592
592
593
593
protected function assertEqualsIgnoringCase ($ expected , $ actual , $ message = '' )
594
594
{
595
- \Codeception \ PHPUnit \TestCase::assertEqualsIgnoringCase ($ expected , $ actual , $ message );
595
+ \PHPUnit \ Framework \TestCase::assertEqualsIgnoringCase ($ expected , $ actual , $ message );
596
596
}
597
597
598
598
protected function assertNotEqualsIgnoringCase ($ expected , $ actual , $ message = '' )
599
599
{
600
- \Codeception \ PHPUnit \TestCase::assertNotEqualsIgnoringCase ($ expected , $ actual , $ message );
600
+ \PHPUnit \ Framework \TestCase::assertNotEqualsIgnoringCase ($ expected , $ actual , $ message );
601
601
}
602
602
603
603
protected function assertEqualsWithDelta ($ expected , $ actual , $ delta , $ message = '' )
604
604
{
605
- \Codeception \ PHPUnit \TestCase::assertEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
605
+ \PHPUnit \ Framework \TestCase::assertEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
606
606
}
607
607
608
608
protected function assertNotEqualsWithDelta ($ expected , $ actual , $ delta , $ message = '' )
609
609
{
610
- \Codeception \ PHPUnit \TestCase::assertNotEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
610
+ \PHPUnit \ Framework \TestCase::assertNotEqualsWithDelta ($ expected , $ actual , $ delta , $ message );
611
611
}
612
612
}
0 commit comments