phpFinTS icon indicating copy to clipboard operation
phpFinTS copied to clipboard

composer2 / psr-0 compliance

Open kosmonowt opened this issue 4 years ago • 3 comments

Hallo!

composer2 meckert aufgrund fehlender psr-0 compliance der Tests (s.u.)

Vielleicht möchte sich ja jemand mal diesen fehlern erbarmen..?

Class Fhp\DataElementGroups\SecurityIdentificationDetailsTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataElementGroups/SecurityIdentificationDetailsTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataElementGroups\SignatureAlgorithmTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataElementGroups/SignatureAlgorithmTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataElementGroups\SecurityProfileTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataElementGroups/SecurityProfileTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataElementGroups\SecurityDateTimeTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataElementGroups/SecurityDateTimeTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataElementGroups\KeyNameTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataElementGroups/KeyNameTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\Message\MessageTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/Message/MessageTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataTypes\DatTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataTypes/DatTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataTypes\KtiTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataTypes/KtiTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataTypes\KikTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataTypes/KikTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\DataTypes\KtvTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/DataTypes/KtvTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\ResponseTest\ResponseTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/ResponseTest/ResponseTest.php does not comply with psr-0 autoloading standard. Skipping.
Class Fhp\ResponseTest\GetVariablesTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/ResponseTest/GetVariablesTest.php does not comply with psr-0 autoloading standard. Skipping.
composer/package-versions-deprecated: Generating version class...

kosmonowt avatar Jun 02 '21 19:06 kosmonowt

Das ist uralter Code, der mittlerweile nicht mehr existiert.

Philipp91 avatar Jun 02 '21 20:06 Philipp91

ah ok. ja, sorry. wir laufen hier noch auf 2.1.0

Beim Upgrade auf 3.x - gibt's da viel zu beachten?

kosmonowt avatar Jun 02 '21 20:06 kosmonowt

Ja schon einiges, die API hat sich geändert. Allerdings sind die meisten Sachen in Fhp\Model gleich geblieben, was vmtl. den Großteil der Interaktion mit Anwendungscode ausmacht.

Philipp91 avatar Jun 02 '21 21:06 Philipp91