PHP is already popular, used in millions of domains (according to Netcraft), supported
by most ISPs and used by household-name Web companies like Yahoo! The upcoming versions
of PHP aim to add to this success by introducing new features that make PHP more usable
in some cases and more secure in others.
If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
sfLimeExtraPlugin introduces the new class lime_test_simple
@Test
A test case
@Before
Executed before each test case
@After
Executed after each test case
@BeforeAll
Executed once before all test cases
@AfterAll
Executed once after all test cases
Currently the plugin is available in version 0.2.0alpha.
You can create stubs for interfaces, classes or abstract classes. You can even create stubs for non-existing classes, which is very convenient if you develop test-driven.
I personally think that tests can be written in a much more concise and readable way with sfLimeExtraPlugin.