pyrex-fwi/deejayfilesorganizer-bundle

该软件包已被弃用且不再维护。未建议替代软件包。

用于从数字DJ池下载文件的测试项目

dev-master 2015-09-14 06:13 UTC

This package is auto-updated.

Last update: 2022-02-01 13:15:45 UTC


README

Software License Build Status Codacy Badge

安装

更新你的composer.json文件

"require-dev": {
    "pyrex-fwi/avdistrict-bundle": "dev-master"
}

更新你的AppKernel.php文件

new DeejayFilesOrganizerBundle\DeejayFilesOrganizerBundle()

将你的账户信息添加到config.yml中

av_district:
    credentials:
        login:    %avd.credentials.login%
        password: %avd.credentials.password%

    configuration:
        root_path: %avd.configuration.root_path%

控制台使用

 avd
  ddp:download              Download files from av district

运行测试

  • vendor/bin/phpunit -c phpunit.xml --debug --verbose
  • vendor/bin/phpunit -c phpunit.xml --debug --verbose --coverage-html Tests/TestData/Coverage
  • vendor/bin/phpunit -c phpunit.xml --debug --verbose --coverage-html Tests/TestData/Coverage --debug --stop-on-error -v

http://gnugat.github.io/2014/10/29/sf2-bundle-standalone.html