Skip to content

Commit a466c4d

Browse files
committed
Update Packagist badge URL to reflect new package name
Adjusts the Packagist badge in the README to use the updated package name `spojenet/flexibee`, ensuring consistency with the current naming convention on Packagist.
1 parent 1ddf431 commit a466c4d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ PHP 8.1+ based library for easy interaction with the Czech accounting system Abr
88
[![Software License](https://img.shields.io/badge/license-GNU-brightgreen.svg?style=flat-square)](https://github.com/Spoje-NET/php-abraflexi/blob/master/LICENSE)
99
[![GitHub forks](https://img.shields.io/github/forks/Spoje-NET/php-abraflexi)](https://github.com/Spoje-NET/php-abraflexi/network)
1010
[![wakatime](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/48520b87-4e9a-4eca-861a-a5dd85b11374.svg)](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/48520b87-4e9a-4eca-861a-a5dd85b11374)
11-
![Packagist Version](https://img.shields.io/packagist/v/Spoje-NET/php-abraflexi)
11+
![Packagist Version](https://img.shields.io/packagist/v/spojenet/flexibee)
12+
1213

1314
[![Latest Stable Version](https://poser.pugx.org/spojenet/flexibee/v/stable)](https://packagist.org/packages/spojenet/flexibee)
1415
[![Total Downloads](https://poser.pugx.org/spojenet/flexibee/downloads)](https://packagist.org/packages/spojenet/flexibee)

tests/src/AbraFlexi/FunctionsTest.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ protected function tearDown(): void
4040
{
4141
}
4242

43+
/**
44+
* @covers \AbraFlexi\Functions::evidenceToClassName
45+
*
46+
* @todo Implement testevidenceToClassName().
47+
*/
48+
public function testevidenceToClassName(): void
49+
{
50+
$this->assertEquals('', $this->object->evidenceToClassName());
51+
// Remove the following lines when you implement this test.
52+
$this->markTestIncomplete('This test has not been implemented yet.');
53+
}
54+
55+
4356
// /**
4457
// * @covers \AbraFlexi\Functions::urlEncode
4558
// *

0 commit comments

Comments
 (0)