File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 // *
You can’t perform that action at this time.
0 commit comments