koel/tests/e2e/AllSongsScreenTest.php

9 lines
151 B
PHP
Raw Normal View History

2016-11-15 10:03:59 +00:00
<?php
namespace E2E;
abstract class AllSongsScreenTest extends TestCase
{
// All we need to test should have been cover in SongListTest class.
}