mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
8 lines
151 B
PHP
8 lines
151 B
PHP
<?php
|
|
|
|
namespace E2E;
|
|
|
|
abstract class AllSongsScreenTest extends TestCase
|
|
{
|
|
// All we need to test should have been cover in SongListTest class.
|
|
}
|