[Koha-bugs] [Bug 20767] "The method is not covered by tests!" should give more information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 18 09:06:30 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julian.maurice at biblibre.com

--- Comment #3 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Victor Grousset/tuxayo from comment #2)
> (In reply to Jonathan Druart from comment #0)
> > When a method is not allowed yet (not covered by tests)
> 
> Is this about automated tests? Then what does this has to do when executing
> the method? Is this a way to make people to write tests?
> 
> It seems that there can be other causes to this error, is that correct?
> 
> I also heard that this had to do with the mapping with de DB columns being
> done or not. So, I'm confused ^^"

We can get this error when we try to use a new column and Koha::Schema was not
updated.
So, the message should probably be "This method does not exist" rather than
"not covered by tests".

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list