mirror of
https://github.com/koel/koel
synced 2024-11-14 00:17:13 +00:00
Merge branch 'master' of github.com:phanan/koel
This commit is contained in:
commit
eb63eafd03
2 changed files with 3 additions and 5 deletions
|
@ -18,9 +18,9 @@ trait SupportsDeleteWhereIDsNotIn
|
|||
* @param array $ids The array of IDs.
|
||||
* @param string $key Name of the primary key.
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public static function deleteWhereIDsNotIn(array $ids, $key = 'id')
|
||||
{
|
||||
|
|
|
@ -3,11 +3,9 @@
|
|||
namespace E2E;
|
||||
|
||||
/**
|
||||
* Class PlaybackControlsTest
|
||||
* Class PlaybackControlsTest.
|
||||
*
|
||||
* Tests the playback controls (the footer buttons).
|
||||
*
|
||||
* @package E2E
|
||||
*/
|
||||
class PlaybackControlsTest extends TestCase
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue