예제 #1
0
 public function test_create_pools()
 {
     $this->assertSame($this->subject, Connection::create(['driver' => 'pdo_sqlite', 'memory' => 'true']));
 }