r3h6/typo3-browserkit-testing
最新稳定版本:0.4.4-beta
Composer 安装命令:
composer require r3h6/typo3-browserkit-testing
包简介
BrowserKit testing for TYPO3
README 文档
README
Brings Symfony's BrowserKit Component to TYPO3 Testing Framework.
Example
class MyTestCase extends BrowserKitTestCase { public function testExample() { $client = self::getClient($this); $crawler = $client->request('GET', '/'); self::assertSelectorExists('.example'); } }
See also tests/Functional/DomCrawlerAssertionsTest.php
Assertions
You can find details on Symfony's Testing Documentation.
❌ Response Assertions
❌ Request Assertions
❌ Browser Assertions
✅ Crawler Assertions
✅ Mailer Assertions
Known problems
- File upload not (yet) implemented
统计信息
- 总下载量: 6.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-03