Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
452be102
Commit
452be102
authored
May 09, 2013
by
Rusinov Maxim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added newline at end files.
parent
d712605a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
DatabaseTestCase.php
tests/unit/DatabaseTestCase.php
+1
-2
SqliteActiveRecordTest.php
tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php
+1
-2
SqliteCommandTest.php
tests/unit/framework/db/sqlite/SqliteCommandTest.php
+1
-2
SqliteQueryTest.php
tests/unit/framework/db/sqlite/SqliteQueryTest.php
+1
-2
No files found.
tests/unit/DatabaseTestCase.php
View file @
452be102
...
...
@@ -47,4 +47,4 @@ class DatabaseTestCase extends TestCase
$this
->
db
=
$db
;
return
$db
;
}
}
\ No newline at end of file
}
tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php
View file @
452be102
...
...
@@ -9,4 +9,4 @@ class SqliteActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest
$this
->
driverName
=
'sqlite'
;
parent
::
setUp
();
}
}
\ No newline at end of file
}
tests/unit/framework/db/sqlite/SqliteCommandTest.php
View file @
452be102
...
...
@@ -18,4 +18,4 @@ class SqliteCommandTest extends \yiiunit\framework\db\CommandTest
$command
=
$db
->
createCommand
(
$sql
);
$this
->
assertEquals
(
"SELECT
\"
id
\"
, 't'.
\"
name
\"
FROM 'tbl_customer' t"
,
$command
->
sql
);
}
}
\ No newline at end of file
}
tests/unit/framework/db/sqlite/SqliteQueryTest.php
View file @
452be102
...
...
@@ -17,4 +17,4 @@ class SqliteQueryTest extends \yiiunit\framework\db\QueryTest
$this
->
driverName
=
'sqlite'
;
parent
::
setUp
();
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment