[Owncloud] coding errors
Evert Pot
evert at rooftopsolutions.nl
Mon Jan 30 09:39:29 UTC 2012
On Jan 30, 2012, at 10:32 AM, Andreas Schneider wrote:
> On Monday 30 January 2012 10:07:40 Evert Pot wrote:
>> On Jan 30, 2012, at 9:19 AM, Andreas Schneider wrote:
>>> On Monday 30 January 2012 09:48:56 Stephen Rees-Carter wrote:
>>>> There are plenty :)
>>>>
>>>> http://jenkins-php.org/ outlines how to set up a full testing suite
>>>> for the Jenkins Continuous Integration build server.
>>>> I use this at work for check and validate all my code, as well as
>>>> running a full suite of unit tests.
>>>
>>> For this you need a unit test framwork. I meant you should use something
>>> like this:
>>>
>>> https://code.google.com/closure/compiler/
>>>
>>> Compiling while developing …
>>
>> That's silly..
>
> Why is compiling, optimizing JavaScript silly?
I just didn't understand what closure has to do with unitesting in PHP. They seem like two very different things.
>
>> PHPUnit is very popular, and there's definitely not another compilation step
>> needed to run:
>>
>> https://github.com/sebastianbergmann/phpunit/
>
> What has a JavaScript Compiler/Optimizer todo with PHP now? Did you actually
> click on the link?
Yea that's what I thought too :P the topic was unittesting and unittesting frameworks, how does closure come into play here?
Evert
More information about the Owncloud
mailing list