|
1 | | -# bigcommerce/test-injector |
| 1 | +# bigcommerce/mock-injector |
2 | 2 |
|
3 | 3 | Auto-mocking test Dependency Injector component |
4 | 4 |
|
@@ -39,4 +39,22 @@ $result = $testInjector->invoke($instanceOfThing, "createUser", [ |
39 | 39 | ```` |
40 | 40 |
|
41 | 41 |
|
42 | | -For integration with your PHPUnit tests, see: [AutoMockingTest.php](src/AutoMockingTest.php) |
| 42 | +For integration with your PHPUnit tests, see: [AutoMockingTest.php](src/AutoMockingTest.php) |
| 43 | + |
| 44 | + |
| 45 | +(The MIT License) |
| 46 | +Copyright (C) 2015-2017 BigCommerce Inc. |
| 47 | +All rights reserved. |
| 48 | + |
| 49 | +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 50 | +documentation files (the "Software"), to deal in the Software without restriction, including without limitation the |
| 51 | +rights to use, copy, modify, merge, publish, distribute, sublicense,and/or sell copies of the Software, and to permit |
| 52 | +persons to whom the Software is furnished to do so, subject to the following conditions: |
| 53 | + |
| 54 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the |
| 55 | +Software. |
| 56 | + |
| 57 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 58 | +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 59 | +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 60 | +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments