2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PHPUnitのバージョンアップで起きた悲しい出来事

Last updated at Posted at 2019-02-22

PHPUnitのバージョンアップで起きた悲しい出来事

悲しい出来事

プラグインをふんふんふーんって更新してると、、、

2019-02-22_10h23_06.png

テストがこけた!

何でこけたし

2019-02-22_10h23_53.png

・・・え?
テストケース内の関数の型指定?なんで?

PHPUnitの更新

2019-02-22_10h24_34.png

・・・は?なんで?
そんな更新したら複数バージョンについて一つのテストで書けないじゃん。。。

(もちろん型指定とか書いたらPHPの古いバージョンのテスト通りません。。。)

テスト書けなくなったんで、バージョン切りますねーとか意味わからんし。。。

とりあえずやったこと

PHPUnitのバージョン以下で固定化したよ!
どこまで動いてるか調べるのめんどくさかったんで、元々動いてたバージョンで。。。

もうちょいなんとかならんすかね。。。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?