2 Commits

Author SHA1 Message Date
Yarden Eitan
b17bb98f73
update kokoro to 9.0.0 (#4986) 2018-08-31 14:16:01 -04:00
Ben Hamilton (Ben Gertzfield)
70d89c7f07 [BottomSheet] [1/3] Split out ios_runners() into //components/testing/runners/BUILD (#3422)
`MDCBottomSheetController` had a few subtle issues when the content view controller
contained a scroll view.

When I fix these issues in a later PR in this stack, I want to
add application-hosted tests.

The `ios_runners()` function re-declares the test runner targets
every time it's invoked, which currently prevents us from declaring
separate logic and application-hosted test targets in a single BUILD
file.

This splits out the runners into targets in
`//components/testing/runners/BUILD` and replaces the `ios_runners()`
function with a constant `DEFAULT_IOS_RUNNER_TARGETS` which other
test targets can re-use.

### Thanks for starting a pull request on Material Components!

#### Don't forget:
- [ ] Identify the component the PR relates to in brackets in the title. ```[Buttons] Updated documentation```
- [ ] Link to GitHub issues it solves. ```closes #1234```
- [ ] Sign the CLA bot. You can do this once the pull request is opened.

[Contributing](./contributing/README.md#pull-requests) has more information and tips for a great
pull request.
2018-04-23 14:39:35 -04:00