Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: TruthyConstraint.php
<?php use PHPUnit\Framework\Constraint\Constraint; final class TruthyConstraint extends Constraint { public function matches($other) { return true; } public function toString() { return sprintf( 'is accepted by %s', self::class ); } }