jubianchi / atoum

The modern, simple and intuitive PHP 5.3+ unit testing framework.
Other
1 stars 1 forks source link

Clean the code #10

Open Hywan opened 10 years ago

Hywan commented 10 years ago

We must use components from atoum in order to avoid code duplication (e.g. in the tokenizer).

jubianchi commented 10 years ago

You'll find the atoum tokenizer here : https://github.com/atoum/atoum/tree/master/classes/php

Hywan commented 10 years ago

Would it be correct that the instrumentation will use an “instrumented class” to instrument :-p? Inception are not good here :-/.

jubianchi commented 10 years ago

@Hywan : in its current state, instrumentation allows to blacklist some paths so if it's used in instrumentation, it should be ignored by the instrumentation.

Hywan commented 10 years ago

Excellent.