issues
search
duncan3dc
/
meta-audio
A PHP library to read and write metadata tags to audio files (MP3, ID3, APE, etc)
Apache License 2.0
36
stars
8
forks
source link
Improve PHPUnit fixtures
#17
Open
peter279k
opened
3 years ago
peter279k
commented
3 years ago
Changed log
According to the
official PHPUnit doc
, it should be
protected function setUp()
and
protected function tearDown()
methods.
Changed log
protected function setUp()
andprotected function tearDown()
methods.