-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature test inflections #2187
Open
greg-1-anderson
wants to merge
32
commits into
3.x
Choose a base branch
from
feature-test-inflections
base: 3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature test inflections #2187
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
259adb9
unit tests: making test case setUp() functions return void
namespacebrian 4df7349
unit tests: making test case setUp() functions return void
namespacebrian ec99ac6
unit tests: make more methods compatible with parent class
namespacebrian 7a3d0e2
Fix unit_tests/Hooks/RoleValidatorTest.php
namespacebrian af85baf
composer.json adjustments for working on unit tests
namespacebrian 2a36ea3
TerminusModel is unavailable in PaymentMethod...
namespacebrian c3df207
Fixed TerminusModel class unavailable error
namespacebrian 6c554e4
composer.lock w/php7.3 and unit test output text file
namespacebrian 47d25c8
WIP: fix unit tests
greg-1-anderson 0c791a9
Adjust some setExpectedException()s
namespacebrian a50341e
Fix config for phpunit 9
greg-1-anderson 72c236d
More inflection work
greg-1-anderson cf119ba
Merge branch 'feature/3.x-unit-tests' of github.com:pantheon-systems/…
greg-1-anderson 778fdd3
Fix more setExpectedException()s
namespacebrian 7a6c4b3
Fix setExpectedException()s - round 3
namespacebrian fa92b8e
lol stahp the CI for now
namespacebrian 6d2c573
Still more CI needs stopped
namespacebrian 8898ec7
Just move ci.yml...
namespacebrian c97b255
Can uncomment the ci.yml stuff now that it's moved
namespacebrian f8ac142
Fix setExpectedException()s - round 4
namespacebrian 7eb760e
Use inflection with d9ify
greg-1-anderson 1f2ea5b
Merge branch 'feature/3.x-unit-tests' of github.com:pantheon-systems/…
greg-1-anderson f26d180
Merge branch '3.x' into feature/3.x-unit-tests
greg-1-anderson 21c2834
More inflectors
greg-1-anderson d82600e
Even more inflection
greg-1-anderson 3794858
Move ci back
greg-1-anderson 6978331
Restore ci.yml from 3.x branch
greg-1-anderson 77578d6
getMock -> createMock
greg-1-anderson f792001
Add instructions on running the functional tests locally
greg-1-anderson 62bb689
More test fixes
greg-1-anderson 97a8c48
Mark test skipped on RequestTests that are no longer mockable.
greg-1-anderson 1b263ca
README.md updates: brew install & running tests
namespacebrian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
declare(strict_types=1); | ||
|
||
namespace Pantheon\Terminus; | ||
|
||
use League\Container\Container; | ||
|
||
// TODO: Move to Robo | ||
|
||
class InflectingContainer extends Container | ||
{ | ||
public function inflect($obj) | ||
{ | ||
return $this->inflectors->inflect($obj); | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put this stuff here while trying to get the unit tests to run.. but I don't know that it's actually needed for them