Good night everyone, I am trying to figure out some stuff in PHPUnit with Zend Framework. Off course I am using the default configuration which comes with an out of the box ZF new project.
Now i want to test my function which will dynamically load a css file. So to test if a certain css was loaded i thought to use the "assertQueryContentContains" function. I looked in the api and there it says about the variables: $path string *CSS selector path*$matchstring *content that should be contained in matched nodes*$messagestring First of all, what's a 'css selector path' selector , can anyone show me how to use it? This because i want to be able to query my html5 document and check if there is any link tag contains my $match. Any idea's?
