@@ -5,11 +5,11 @@ discard block |
||
5 | 5 | |
6 | 6 | class DatabaseConnectionStringFactoryTest extends PHPUnit_Framework_TestCase |
7 | 7 | { |
8 | - /** |
|
9 | - * The instance of DatabaseConnectionStringFactory used in the test. |
|
10 | - * |
|
11 | - * @var Pyjac\ORM\DatabaseConnectionStringFactory |
|
12 | - */ |
|
8 | + /** |
|
9 | + * The instance of DatabaseConnectionStringFactory used in the test. |
|
10 | + * |
|
11 | + * @var Pyjac\ORM\DatabaseConnectionStringFactory |
|
12 | + */ |
|
13 | 13 | protected $databaseConnectionStringFactoryTest; |
14 | 14 | |
15 | 15 | /** |
@@ -45,9 +45,9 @@ discard block |
||
45 | 45 | $this->assertEquals("sqlite::memory:", $dsn); |
46 | 46 | } |
47 | 47 | |
48 | - /** |
|
49 | - * @expectedException Pyjac\ORM\Exception\DatabaseDriverNotSupportedException |
|
50 | - */ |
|
48 | + /** |
|
49 | + * @expectedException Pyjac\ORM\Exception\DatabaseDriverNotSupportedException |
|
50 | + */ |
|
51 | 51 | public function testCreateDatabaseSourceStringThrowsDatabaseDriverNotSupportedExceptionWhenUnknownDriverIsPassed() |
52 | 52 | { |
53 | 53 | $this->config['DRIVER']= 'pyjac'; |