Created
March 6, 2015 15:34
-
-
Save damianoporta/63753475cc194ba6b595 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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