-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing unit tests #76
base: master
Are you sure you want to change the base?
Conversation
…ests still fail though
Okay for me. Any objection, anyone ? @dpobel ? @paulborgermans ? |
+1 |
Fine for me |
Schön :) |
+1, thanks @pkamps, I was just scratching my head during the setup of a testing environment :). |
@@ -33,7 +33,7 @@ public function testGetClassAttributes() | |||
{ | |||
// echo "DB: " . eZDB::instance()->DB . "\n"; | |||
// xdebug_print_function_stack(); | |||
|
|||
//self::$qb->getClassAttributes(); die('d'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this and we are ready to go :)
Hi @pkamps, could you please rebase your patch serie ? Because some parts have already been fixed in HEAD. |
My current work load won't allow me to do this in the next 3 weeks. |
The table 'ezfind_elevate_configuration' is already created in the setUp() method of the eZ Find Test Suite
…_sql_data EZP-21779: Removed duplicate table creation
Implement EZP-21380: 'highlighting' as a SearchExtras attribute
Implement EZP-21404: Allow excluding object owner/author from search
Fix EZP-21331: fatal error due to invalid facet def passed to fetch function
…ed-results Fixed EZP-23407: an additional boolean is added in the output result set...
…ests still fail though
I rebased but I'm not sure if it's still a valid pull request. |
@pkamps Thanks :) |
Fixing fatal errors in unit tests. Fixing most failing tests - some tests still fail though