mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-06 00:06:51 +02:00
fix: remove exit function from podcast:import command to allow for episodes:compute-downloads to run
- update CI4 to v4.5.7 - update php and js dependencies to latest - reconfigure lint-staged
This commit is contained in:
parent
4b0c0d7531
commit
3359abf3fc
132 changed files with 2426 additions and 2259 deletions
|
|
@ -45,6 +45,7 @@ class ExampleDatabaseTest extends CIUnitTestCase
|
|||
$model->delete($object->id);
|
||||
|
||||
// The model should no longer find it
|
||||
// @phpstan-ignore-next-line
|
||||
$this->assertNull($model->find($object->id));
|
||||
|
||||
// ... but it should still be in the database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue