koel/tests/Unit
Fiete Börner 4298774e7f implement simple multi disc support (#687)
* add disc field to songs table via migration

* add disc field to song model

* collect disc information in file sync process

* sort song list by disc and track number in album context

* check the disc field in file test

* remove nullable flag from disc field in add_disc_into_songs migration

* fix php code style issues

* fix js code style

* fix sort usage in song-list

* sort songs by inserting into queue by clicking the album/artist item play button (album_id, disc, track)

* add disc to sync tags in media model
2017-12-03 11:02:31 +01:00
..
AlbumTest.php Refactor tests 2017-08-05 17:56:11 +01:00
ApplicationTest.php Complete unit tests for Application 2017-06-10 16:30:54 +01:00
ArtistTest.php Refactor tests 2017-08-05 17:56:11 +01:00
FileTest.php implement simple multi disc support (#687) 2017-12-03 11:02:31 +01:00
InteractionTest.php Finish Interaction unit test 2017-06-24 21:46:55 +01:00
iTunesTest.php Make tests green 2017-08-05 23:27:26 +01:00
LastfmTest.php Apply fixes from StyleCI (#639) 2017-08-19 16:28:01 +01:00
MediaCacheTest.php Make tests green 2017-08-05 23:27:26 +01:00
PlaylistTest.php Finish Playlist unit test 2017-06-24 21:48:54 +01:00
RESTfulAPIServiceTest.php Refactor tests 2017-08-05 19:55:02 +01:00
SettingTest.php Refactor tests 2017-08-05 19:55:02 +01:00
SongTest.php Apply fixes from StyleCI (#632) 2017-08-05 19:55:53 +01:00
SongZipArchiveTest.php Apply fixes from StyleCI (#632) 2017-08-05 19:55:53 +01:00
UserTest.php Add User unit tests 2017-08-05 18:44:38 +01:00