Commit 8f4bc92
committed
Phase 5-1 サブ A レビュー指摘反映
- tests/Unit/Database/ConnectionTest.php: $this->fail() 省略ポリシーの
コメントをクラス docblock 直前に移動。testCommitRequiresActiveTransaction
/ testRollbackRequiresActiveTransaction / testTransaction*-throws の
全体ポリシーとして読めるように整理(外部レビュー指摘)
- composer.json: require-dev に ext-pdo_sqlite を追加。Unit テストが
SQLite に依存しているため、ローカル composer install 時に拡張不足を
検出できるようにする(外部レビュー指摘)
- composer.lock: 過去 commit で ext-pdo / ext-pdo_mysql を require に
追加した際に platform セクションが未更新だった分の追従を含む1 parent 2dc7cd5 commit 8f4bc92
3 files changed
Lines changed: 19 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
| |||
288 | 299 | | |
289 | 300 | | |
290 | 301 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | 302 | | |
298 | 303 | | |
299 | 304 | | |
| |||
0 commit comments