mirror of
https://github.com/koel/koel
synced 2024-12-22 02:23:14 +00:00
9 lines
145 B
PHP
9 lines
145 B
PHP
|
<?php
|
||
|
|
||
|
namespace E2E;
|
||
|
|
||
|
abstract class FavoritesScreenTest extends TestCase
|
||
|
{
|
||
|
// "Favorites" functionality has been covered in SongListTest
|
||
|
}
|