File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # DriftPHP - Redis adapter
1
+ # DriftPHP - MySQL adapter
2
2
3
3
[ ![ CircleCI] ( https://circleci.com/gh/driftphp/mysql-bundle.svg?style=svg )] ( https://circleci.com/gh/driftphp/mysql-bundle )
4
4
@@ -13,4 +13,4 @@ Some first steps for you!
13
13
or
14
14
15
15
- [ Try a demo] ( https://github.com/driftphp/demo )
16
- - [ Install the skeleton] ( https://github.com/driftphp/skeleton )
16
+ - [ Install the skeleton] ( https://github.com/driftphp/skeleton )
Original file line number Diff line number Diff line change 19
19
use PHPUnit \Framework \TestCase ;
20
20
21
21
/**
22
- * Class RedisUrlBuilderTest .
22
+ * Class MysqlUrlBuilderTest .
23
23
*/
24
- class RedisUrlBuilderTest extends TestCase
24
+ class MysqlUrlBuilderTest extends TestCase
25
25
{
26
26
/**
27
27
* Test build url.
You can’t perform that action at this time.
0 commit comments