Skip to content

Commit

Permalink
Merge pull request #33 from dmt-software/2.2
Browse files Browse the repository at this point in the history
#32: removed deprecated function calls
  • Loading branch information
proggeler authored Jan 10, 2023
2 parents 6225345 + 875a0ba commit a0e3282
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# The MIT License (MIT)

Copyright (c) 2022 DMT-software <bas@dmt-software.nl>
Copyright (c) 2023 DMT-software <bas@dmt-software.nl>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,4 @@ Copyright (c) 2022 DMT-software <bas@dmt-software.nl>
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
> THE SOFTWARE.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-dom": "*",
"ext-intl" : "*",
"ext-simplexml": "*",
"jms/serializer": "^3.0"
"jms/serializer": "^3.19"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 0 additions & 4 deletions tests/SoapHeaderEventSubscriberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ class SoapHeaderEventSubscriberTest extends TestCase
*/
public function testAddingSoapHeader()
{
AnnotationRegistry::registerUniqueLoader('class_exists');

$serializer = SerializerBuilder::create()
->setSerializationVisitor('soap', new SoapSerializationVisitorFactory())
->setPropertyNamingStrategy(
Expand Down Expand Up @@ -89,8 +87,6 @@ function (HandlerRegistry $registry) {
*/
public function testAddingSoapHeaderWithPrefix()
{
AnnotationRegistry::registerUniqueLoader('class_exists');

$serializer = SerializerBuilder::create()
->setSerializationVisitor('soap', new SoapSerializationVisitorFactory())
->setPropertyNamingStrategy(
Expand Down
2 changes: 0 additions & 2 deletions tests/SoapSerializerSetUpTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ trait SoapSerializerSetUpTrait

public function setUp(): void
{
AnnotationRegistry::registerUniqueLoader('class_exists');

$this->serializer = SerializerBuilder::create()
->setSerializationVisitor('soap', new SoapSerializationVisitorFactory())
->setDeserializationVisitor('soap', new SoapDeserializationVisitorFactory())
Expand Down

0 comments on commit a0e3282

Please sign in to comment.