<s>
lime	B-Language
is	O
a	O
unit	O
testing	O
and	O
functional	B-Application
testing	I-Application
framework	B-Architecture
built	O
specifically	O
for	O
the	O
Symfony	B-Language
web	B-Application
application	I-Application
framework	I-Application
based	O
on	O
the	O
Test::More	B-Library
Perl	B-Language
library	O
.	O
</s>
<s>
The	O
framework	B-Architecture
is	O
designed	O
to	O
have	O
readable	O
output	O
from	O
tests	O
,	O
including	O
color	O
formatting	O
,	O
by	O
following	O
the	O
Test	O
Anything	O
Protocol	O
which	O
also	O
allows	O
for	O
easy	O
integration	O
with	O
other	O
tools	O
.	O
</s>
<s>
lime	B-Language
tests	O
are	O
run	O
in	O
a	O
sandbox	O
environment	O
to	O
minimize	O
test	O
executions	O
from	O
influencing	O
each	O
other	O
.	O
</s>
<s>
Though	O
the	O
lime	B-Language
testing	O
framework	B-Architecture
is	O
built	O
for	O
testing	O
within	O
Symfony	B-Language
,	O
lime	B-Language
is	O
contained	O
within	O
a	O
single	O
PHP	B-Application
file	O
and	O
has	O
no	O
dependency	O
on	O
Symfony	B-Language
or	O
any	O
other	O
library	O
.	O
</s>
<s>
The	O
alpha	O
version	O
of	O
lime	B-Language
2.0	O
was	O
announced	O
on	O
November	O
10	O
,	O
2009	O
and	O
is	O
compatible	O
with	O
Symfony	B-Language
1.2	O
and	O
lower	O
.	O
</s>
<s>
Symfony	B-Language
2.0	O
uses	O
PHPUnit	B-Language
for	O
testing	O
instead	O
of	O
lime	B-Language
.	O
</s>
<s>
lime	B-Language
unit	O
tests	O
use	O
the	O
lime_test	O
object	O
to	O
make	O
assertions	O
.	O
</s>
<s>
The	O
following	O
is	O
a	O
basic	O
example	O
lime	B-Language
unit	O
test	O
to	O
test	O
PHP	B-Application
's	O
built-in	O
in_array	O
function	O
.	O
</s>
<s>
The	O
alpha	O
version	O
of	O
lime	B-Language
2.0	O
was	O
announced	O
on	O
the	O
Symfony	B-Language
blog	O
on	O
November	O
10	O
,	O
2009	O
.	O
</s>
<s>
The	O
second	O
version	O
of	O
lime	B-Language
was	O
built	O
to	O
be	O
as	O
backward	B-General_Concept
compatible	I-General_Concept
with	O
the	O
first	O
version	O
as	O
was	O
possible	O
-	O
the	O
two	O
parts	O
of	O
lime	B-Language
2.0	O
that	O
are	O
not	O
compatible	O
with	O
lime	B-Language
1.0	O
are	O
the	O
configuration	O
of	O
the	O
test	O
harness	O
and	O
the	O
LimeCoverage	O
class	O
.	O
</s>
<s>
lime	B-Language
2.0	O
includes	O
support	O
for	O
xUnit	B-Library
output	O
,	O
source	O
code	O
annotations	O
,	O
parallel	O
execution	O
of	O
tests	O
,	O
automatic	O
generation	O
of	O
mock	O
and	O
stub	O
objects	O
,	O
and	O
operator	O
overloading	O
for	O
data	O
within	O
tests	O
.	O
</s>
<s>
Unlike	O
the	O
first	O
version	O
of	O
lime	B-Language
,	O
lime	B-Language
2.0	O
does	O
have	O
some	O
dependencies	O
on	O
Symfony	B-Language
.	O
</s>
