Closed eddieajau closed 10 years ago
Database done. I've put in a new Joomla/Test package. It was just getting a bit crazy to fit up TestReflection and also the mock builders. I'm assuming we can only include that if "dev" is set. Anyway, see what you think. ONly took 6 hours straight to patch it all up.
Utilities and Registry done.
Data package done.
String package done.
Working on Controller
ehh - maybe scratch that. Not sure what to do about it's dependency on JFactory. :(
So, until we refactor the code, it's kind of not possible to make these tests separate.
(and I thought I was picking an easy one)
Attempting Model (maybe I got the easy one :wink: )
Working Application
Http's done. I actually finished one... LOL
Whoot! Another one bits the dust.
Uri done.
I'll be working on the following packages tonight:
Google Image
Where do we stand with this one?
We'll see after we tag beta3 and try to run composer install; phpunit
in each directory. :)
IIRC, the only remaining conflicts were due to the inability of composer to resolve dependencies.
So much phpcs to be fixed tho :P
Jump on it bro.
Perfect low hanging fruit for a student wanting to get their feet wet in the PHP world :-P
On Tue, Oct 22, 2013 at 5:08 PM, George Wilson notifications@github.comwrote:
So much phpcs to be fixed tho :P
— Reply to this email directly or view it on GitHubhttps://github.com/joomla/joomla-framework/issues/4#issuecomment-26858061 .
Exactly @mbabker. It's not that I don't want to do it (I do, in fact, want to), but it's a great opportunity for those who want to to build some cred and experience. Fixing CS is how I got to most LOC touched on the FW.
haha. If I have time I'll get on it. Still getting screwed by my essay at the moment that's due on Friday + a couple of job applications I need to rewrite my CV for due next week. And my need to learn a load of electronics I claimed I already knew about for my final year project so I got a good project haha.
Although just saying I was at a careers fair today - where I was scoffed for learning PHP because Java is the language of professionals apparently :P
On 22 October 2013 23:14, Don Gilbert notifications@github.com wrote:
Exactly @mbabker https://github.com/mbabker. It's not that I don't want to do it (I do, in fact, want to), but it's a great opportunity for those who want to to build some cred and experience. Fixing CS is how I got to most LOC touched on the FW.
— Reply to this email directly or view it on GitHubhttps://github.com/joomla/joomla-framework/issues/4#issuecomment-26859241 .
I'm going to close this one and if there are any problems we can fix problems individually.
See the Date package for a good example.
phpunit.xml.dist
needs to be copied from the Date package into each package and test the running of tests.bootstrap.php needs to be copied from
Date\Tests` to the corresponding package you are working on.\Joomla\Date\Tests
.Complete: