https://bugzilla.redhat.com/show_bug.cgi?id=1021749



--- Comment #5 from Remi Collet <fed...@famillecollet.com> ---
@shawn: some interesting information in 
https://github.com/symfony/symfony/blob/master/.travis.yml

Perhaps a workaround (temp. excluding src/Symfony/Bundle) is

  for dir in src/Symfony/Component/*  src/Symfony/Bridge/*
  do
    echo -e "\n----- $dir ----\n"
    phpunit -d include_path=./src:.:/usr/share/php:/usr/share/pear \
      -d date.timezone=UTC --exclude-group tty,benchmark $dir
  done

From https://github.com/symfony/symfony/blob/master/composer.json
Perhaps some dependencies (requires-dev) are missing, which are needed for the
some tests..

The "Fatal error: Class 'Symfony\Bundle\FrameworkBundle\FrameworkBundle' not
found ..." could probably be explained... but don't see trivial explanation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to