<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eat my monkeydust &#187; Functional Testing</title>
	<atom:link href="http://eatmymonkeydust.com/category/symfony/functional_tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://eatmymonkeydust.com</link>
	<description>Life, PHP and Symfony - straight from the monkey's mouth</description>
	<lastBuildDate>Fri, 07 Oct 2011 14:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to click an image in sfBrowser (symfony lime testing)</title>
		<link>http://eatmymonkeydust.com/2008/04/how-to-click-an-image-in-sfbrowser-symfony-lime-testing/</link>
		<comments>http://eatmymonkeydust.com/2008/04/how-to-click-an-image-in-sfbrowser-symfony-lime-testing/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:56:39 +0000</pubDate>
		<dc:creator>Russ</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[lime]]></category>
		<category><![CDATA[sfbrowser]]></category>
		<category><![CDATA[test. functional]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=7</guid>
		<description><![CDATA[This is probably a really simple point, but it actually took me a few searches and tries to find the answer &#8211; but it&#8217;s quite simple really, just use the image&#8217;s alt tag attribute. If you are using the symfony image_tag helper and not specifying your own alt attribute, then it will be the image [...]]]></description>
			<content:encoded><![CDATA[<p>This is probably a really simple point, but it actually took me a few searches and tries to find the answer &#8211; but it&#8217;s quite simple really, just use the image&#8217;s alt tag attribute.</p>
<p>If you are using the symfony image_tag helper and not specifying your own alt attribute, then it will be the image name minus the extension, for example &#8211; if your template contains this link:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&nbsp;</pre></div></div>

<p>then in your Functional test, use:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$b</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>click<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;fred&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://eatmymonkeydust.com/2008/04/how-to-click-an-image-in-sfbrowser-symfony-lime-testing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

