Skip to content

Commit

Permalink
アップグレードツールによって発生した差分をプッシュ
Browse files Browse the repository at this point in the history
以下実行
bin\cake.bat upgrade rector --rules phpunit80 <path/to/tests>
  • Loading branch information
imo-tikuwa committed Oct 28, 2021
1 parent e06f8e6 commit d36293a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Model/Table/SoftDeleteTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public function testRestore()
/**
* When a configured field is missing from the table, an exception should be thrown
*
* @expectedException \SoftDelete\Error\MissingColumnException
*/
public function testMissingColumn()
{
Expand Down

0 comments on commit d36293a

Please sign in to comment.