Skip to content

Commit e398dfd

Browse files
committed
More CI fixes
1 parent c36fc8f commit e398dfd

2 files changed

Lines changed: 9 additions & 66 deletions

File tree

phpcs.xml.dist

Lines changed: 0 additions & 57 deletions
This file was deleted.

tests/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# About These Tests
22

3-
Test methods for the core functionality are defined in the abstract `BaseTest`
3+
Test methods for the core functionality are defined in the abstract `BaseTest`
44
class.
55

6-
`PsrTestLoggerTest` covers PSR-3 compatibility by testing against a wrapped
6+
`PsrTestLoggerTest` covers PSR-3 compatibility by testing against a wrapped
77
`Psr\Log\TestLogger`, which buffers log messages in an internal array.
88

9-
`MonologTest` runs the `BaseTest` tests against a wrapped `Monolog\Logger`
10-
that is configured with a `TestHandler` buffers messages similarly to the PSR3
9+
`MonologTest` runs the `BaseTest` tests against a wrapped `Monolog\Logger`
10+
that is configured with a `TestHandler` buffers messages similarly to the PSR3
1111
`TestLogger`.
1212

13-
The Support/ directory contains test subject classes that extend our
14-
implementation classes and provide helper methods to inspect the buffered
13+
The Support/ directory contains test subject classes that extend our
14+
implementation classes and provide helper methods to inspect the buffered
1515
messages/records so we can assert stuff about them.
1616

1717
## Improvements?
1818

19-
This stuff is a little tricky to test. If someone came along with a better
20-
approach I'd be delighted, and offer to buy them a beverage.
19+
This stuff is a little tricky to test. If someone came along with a better
20+
approach I'd be delighted, and offer to buy them a beverage.
2121

22-
The biggest improvement I'd like to see would be tests that more clearly
22+
The biggest improvement I'd like to see would be tests that more clearly
2323
resemble/demonstrate real-world usage. Ideally without relying on these test-
2424
subject subclasses of the actual classes we want to test.
2525

0 commit comments

Comments
 (0)