File manager - Edit - /var/www/ratemypay_dev/vendor/phpoffice/math/tests/Math/Element/IdentifierTest.php
Back
<?php declare(strict_types=1); namespace Tests\PhpOffice\Math\Element; use PhpOffice\Math\Element\Identifier; use PHPUnit\Framework\TestCase; class IdentifierTest extends TestCase { public function testConstruct(): void { $operator = new Identifier('x'); $this->assertEquals('x', $operator->getValue()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings