chore: remove browserDynamicTestingPlatform as it is deprecated and was not part of rc.4

Closes #10319
This commit is contained in:
Tobias Bosch
2016-07-27 02:59:40 -07:00
parent 553344739c
commit 69e72c0786
4 changed files with 3 additions and 11 deletions

View File

@ -74,7 +74,7 @@ Promise.all([
testing.initTestEnvironment(
testingBrowser.BrowserDynamicTestingModule,
testingBrowser.browserDynamicTestingPlatform());
testingBrowser.platformBrowserDynamicTesting());
}).then(function() {
// Finally, load all spec files.