Skip to content

Commit a041cb2

Browse files
authored
Merge pull request #1 from seregazhuk/fix-copy-paste-from-redis
Fixes copy-n-paste from redis bundle.
2 parents c52c30b + 4f3c8db commit a041cb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DriftPHP - Redis adapter
1+
# DriftPHP - MySQL adapter
22

33
[![CircleCI](https://circleci.com/gh/driftphp/mysql-bundle.svg?style=svg)](https://circleci.com/gh/driftphp/mysql-bundle)
44

@@ -13,4 +13,4 @@ Some first steps for you!
1313
or
1414

1515
- [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)

Tests/MysqlUrlBuilderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
use PHPUnit\Framework\TestCase;
2020

2121
/**
22-
* Class RedisUrlBuilderTest.
22+
* Class MysqlUrlBuilderTest.
2323
*/
24-
class RedisUrlBuilderTest extends TestCase
24+
class MysqlUrlBuilderTest extends TestCase
2525
{
2626
/**
2727
* Test build url.

0 commit comments

Comments
 (0)