koel/tests/e2e/AllSongsScreenTest.php
2016-11-15 18:03:59 +08:00

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.
}