| author | ymh <ymh.work@gmail.com> |
| Tue, 21 Feb 2012 15:15:22 +0100 | |
| changeset 74 | 901463f9b11c |
| parent 34 | 21fab44f46fe |
| permissions | -rwxr-xr-x |
| 34 | 1 |
<?php |
|
74
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
2 |
/* |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
3 |
* This file is part of the WikiTagBundle package. |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
4 |
* |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
5 |
* (c) IRI <http://www.iri.centrepompidou.fr/> |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
6 |
* |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
7 |
* For the full copyright and license information, please view the LICENSE |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
8 |
* file that was distributed with this source code. |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
34
diff
changeset
|
9 |
*/ |
| 34 | 10 |
|
11 |
namespace IRI\Bundle\WikiTagBundle\Tests\Controller; |
|
12 |
||
13 |
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
|
14 |
||
15 |
class WikiTagControllerTest extends WebTestCase |
|
16 |
{ |
|
17 |
public function testIndex() |
|
18 |
{ |
|
19 |
/*$client = static::createClient(); |
|
20 |
||
21 |
$crawler = $client->request('GET', '/tag/'); |
|
22 |
||
23 |
$this->assertTrue($crawler->filter('html:contains("Nothing to see here")')->count() > 0);*/ |
|
24 |
} |
|
25 |
} |