Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
- Update PostObjectFieldsTest
Browse files Browse the repository at this point in the history
- Update Composer dependencies
  • Loading branch information
jasonbahl committed Dec 13, 2019
1 parent 35753df commit b1df7fb
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 3,339 deletions.
8 changes: 4 additions & 4 deletions tests/wpunit/PostObjectFieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ public function testQueryMultipleSelectField() {
id
title
postFields {
selectFieldMultiple
selectMultiple
}
}
}';
Expand All @@ -1135,7 +1135,7 @@ public function testQueryMultipleSelectField() {
codecept_debug( $actual );

$this->assertArrayNotHasKey( 'errors', $actual );
$this->assertSame( $expected_value, $actual['data']['postBy']['postFields']['selectFieldMultiple'] );
$this->assertSame( $expected_value, $actual['data']['postBy']['postFields']['selectMultiple'] );


}
Expand Down Expand Up @@ -1169,7 +1169,7 @@ public function testQueryMultipleSelectFieldWithNoValueSet() {
id
title
postFields {
selectFieldMultiple
selectMultiple
}
}
}';
Expand All @@ -1185,7 +1185,7 @@ public function testQueryMultipleSelectFieldWithNoValueSet() {

codecept_debug( $actual );

$this->assertSame( [], $actual['data']['postBy']['postFields']['selectFieldMultiple'] );
$this->assertSame( [], $actual['data']['postBy']['postFields']['selectMultiple'] );

}

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit3fbb9843644ca7389b188c6353f475fc::getLoader();
return ComposerAutoloaderInit2c922a3b1933e10e7ad3704a3cd98524::getLoader();
7 changes: 0 additions & 7 deletions vendor/autoload_commands.php

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/autoload_framework.php

This file was deleted.

108 changes: 0 additions & 108 deletions vendor/composer/autoload_commands_classmap.php

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/composer/autoload_commands_real.php

This file was deleted.

Loading

0 comments on commit b1df7fb

Please sign in to comment.