? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
27 Sep 2022

error: Sucessfull should be Successful

avatar brianteeman brianteeman - open - 27 Sep 2022
avatar brianteeman brianteeman - change - 27 Sep 2022
Status New Pending
avatar brianteeman brianteeman - change - 27 Sep 2022
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 27 Sep 2022
Category Unit Tests
avatar N6REJ
N6REJ - comment - 27 Sep 2022

whatever test is calling this function will fail because of the function rename. You'll need to change that call also.

avatar brianteeman
brianteeman - comment - 27 Sep 2022

whatever test is calling this function will fail because of the function rename. You'll need to change that call also.

shakes head in dismay

avatar laoneo laoneo - change - 27 Sep 2022
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2022-09-27 20:40:18
Closed_By laoneo
avatar laoneo laoneo - close - 27 Sep 2022
avatar laoneo laoneo - merge - 27 Sep 2022
avatar laoneo
laoneo - comment - 27 Sep 2022

Thanks!

avatar brianteeman
brianteeman - comment - 27 Sep 2022

Thanks for merging @laoneo I knew you wouldnt be fooled by @N6REJ

avatar laoneo
laoneo - comment - 27 Sep 2022

@N6REJ the test functions are standalone and are read and called by PHPUnit during execution run.

avatar N6REJ
N6REJ - comment - 28 Sep 2022

@brianteeman you can really stop the bullshit I've had enough

avatar N6REJ
N6REJ - comment - 28 Sep 2022

@N6REJ the test functions are standalone and are read and called by PHPUnit during execution run.

ah ok.. ty for clarifying that. I didn't realize it would auto-detect a function name change. Interesting.
How does it know the name changed?

avatar laoneo
laoneo - comment - 28 Sep 2022

It doesn't need to know the changed name. PHPUnit just parses the classes and executes the function starting with the name test.

Add a Comment

Login with GitHub to post a comment