Skip to content

LeoSchrader/yii2-test-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-test-examples

test examples

add db.php to config folder with following code (set db parameters correctly)

<?php
return [
	'class' => 'yii\db\Connection',
	'dsn' => 'mysql:host=localhost;dbname=test',
	'username' => 'common',
	'password' => 'common',
	'charset' => 'utf8',
];

About

test examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%