aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/Tests/FIRLoggerTest.m
Commit message (Collapse)AuthorAge
* Better mocking for Core Unit Tests (#1467)Gravatar Ryan Wilson2018-06-27
| | | | | | | | | * Better mocking for Core Unit Tests This includes NSNotificationCenter and NSUserDefaults to prevent flaky tests and unit tests interfering with each other. * Share variable for intervals being set.
* Remove unused static logging variable. (#1405)Gravatar Ryan Wilson2018-06-13
| | | | | | | | | * Remove unused static variable. This was previously used in an iOS 7 comparison that was removed in Firebase version 5.0.0. * Remove unused test variable.
* Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-11
|
* Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
|
* Add counter for errors and warnings logged. (#1168)Gravatar Ryan Wilson2018-04-25
| | | | * Moved writes outside of dispatch_async block.
* Enable Core Unit Tests to run in a Release config (#1064)Gravatar Paul Beusterien2018-04-10
|
* Fix build warnings by making void parameter explicit (#681)Gravatar Paul Beusterien2018-01-19
|
* Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
|
* Disable FirebaseCore Test deprecation warnings (#545)Gravatar Paul Beusterien2017-12-08
|
* Fix warnings in FirebaseCore Unit Tests (#544)Gravatar Paul Beusterien2017-12-07
|
* Use brackets for module imports (#487)Gravatar Paul Beusterien2017-11-22
|
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Add clang-format options and script; apply to FirebaseCore (#151)Gravatar Paul Beusterien2017-07-27
|
* Use modulemap to fix exposure of FirebaseCore's internal headers (#121)Gravatar Paul Beusterien2017-07-10
|
* Removing a backspace character (#132)Gravatar davidair2017-07-10
|
* Disable failing FIRLogger test until Issue 128 is fixed (#129)Gravatar Paul Beusterien2017-07-10
|
* InitialGravatar Paul Beusterien2017-05-15