owncloud-archive / chat

GNU Affero General Public License v3.0
38 stars 21 forks source link

App failed occ app:check-code #219

Closed bbamsch closed 9 years ago

bbamsch commented 9 years ago

Steps to Repro

  1. Install opencloud 8.1 alpha 1
  2. Install chat @ commit e042d62145e6c7f0c7a615f03b1d22c4bbffee4e
  3. Execute ./occ app:check-code chat

    Expected Behavior

Pass app:check-code

Actual Behavior

Analysing /var/www/owncloud2/apps/chat/utility/methodannotationreader.php
 0 errors
(...)
Analysing /var/www/owncloud2/apps/chat/lib/compat.php
 0 errors
Analysing /var/www/owncloud2/apps/chat/tests/bootstrap.php
 2 errors
    line   15: OC_Hook - static method call on private class
    line   18: OC_App - static method call on private class
Analysing /var/www/owncloud2/apps/chat/tests/lib/lib/och/commands/StartConv.php
 0 errors
(...)
Analysing /var/www/owncloud2/apps/chat/db/doesnotexistexception.php
 0 errors
App is not compliant

Configuration

Ubuntu 13.10 PHP 5.5.9 owncloud version: 8.1 alpha 1

LEDfan commented 9 years ago

Thanks for reporting!

I fixed this on master.