File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Test/Feature/AssertionCounter.php
Back
<?php namespace Codeception\Test\Feature; trait AssertionCounter { protected $numAssertions = 0; public function getNumAssertions() { return $this->numAssertions; } protected function assertionCounterStart() { \PHPUnit_Framework_Assert::resetCount(); } protected function assertionCounterEnd() { $this->numAssertions = \PHPUnit_Framework_Assert::getCount(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings