Slide 30
Slide 30 text
File:
tests/ExampleTest.php
setBrowser($this-‐>browser);
$this-‐>setBrowserUrl('h_p://jmather.com/');
}
public
func,on
testTitle()
{
$this-‐>url('/');
$,tle
=
“PHP|
It’s
Majax”;
$this-‐>assertEquals($,tle,
$this-‐>,tle());
}
public
func,on
testSomeNaviga,on()
{
$this-‐>url('/');
$this-‐>byXPath('//div[@class=”widget_categories"]/a[text()
=
”PHP"]')-‐>click();
$,tle
=
“PHP|
It’s
Majax”;
$this-‐>assertEquals($,tle,
$this-‐>,tle());
}
}
Jacob
Mather
@thejmather