Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created March 6, 2015 15:34
Show Gist options
  • Save damianoporta/63753475cc194ba6b595 to your computer and use it in GitHub Desktop.
Save damianoporta/63753475cc194ba6b595 to your computer and use it in GitHub Desktop.
There were 2 errors:
1) Proffer\Tests\Lib\ProfferPathTest::testDeleteFiles
Cake\Core\Exception\MissingPluginException: Plugin Proffer could not be found.
/vagrant/app/vendor/cakephp/cakephp/src/Core/Plugin.php:263
/vagrant/app/vendor/davidyell/proffer/tests/TestCase/Lib/ProfferPathTest.php:232
2) Proffer\Tests\Model\Behavior\ProfferBehaviorTest::testAfterDelete
Cake\Core\Exception\MissingPluginException: Plugin Proffer could not be found.
/vagrant/app/vendor/cakephp/cakephp/src/Core/Plugin.php:263
/vagrant/app/vendor/davidyell/proffer/tests/TestCase/Model/Behavior/ProfferBehaviorTest.php:403
--
There were 2 failures:
1) Warning
The data provider specified for Proffer\Tests\Model\Behavior\ProfferBehaviorTest::testBeforeSaveWithValidFile is invalid.
Plugin Proffer could not be found.
2) Proffer\Tests\Model\Behavior\ProfferBehaviorTest::testBeforeSaveWithoutUploadingAFile
Proffer\Model\Behavior\ProfferBehavior::moveUploadedFile('', '/vagrant/app/tmp/ProfferTests...80.jpg') was not expected to be called.
/vagrant/app/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php:82
/vagrant/app/vendor/davidyell/proffer/tests/TestCase/Model/Behavior/ProfferBehaviorTest.php:335
FAILURES!
Tests: 13, Assertions: 14, Failures: 2, Errors: 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment