Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyTsalkov committed Jun 13, 2014
1 parent a0a2f70 commit 7c5c03c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion simpletest/ErrorTest.php
@@ -1,4 +1,4 @@
<?
<?php

function new_error_callback($params) {
global $error_callback_worked;
Expand Down
2 changes: 1 addition & 1 deletion simpletest/ErrorTest_53.php
@@ -1,4 +1,4 @@
<?
<?php
class ErrorTest_53 extends SimpleTest {
function test_1_error_handler() {
global $anonymous_error_callback_worked;
Expand Down
2 changes: 1 addition & 1 deletion simpletest/HelperTest.php
@@ -1,4 +1,4 @@
<?
<?php
class HelperTest extends SimpleTest {
function test_1_verticalslice() {
$all = DB::query("SELECT * FROM accounts ORDER BY id ASC");
Expand Down
2 changes: 1 addition & 1 deletion simpletest/TransactionTest.php
@@ -1,4 +1,4 @@
<?
<?php
class TransactionTest extends SimpleTest {
function test_1_transactions() {
DB::$nested_transactions = false;
Expand Down
2 changes: 1 addition & 1 deletion simpletest/TransactionTest_55.php
@@ -1,4 +1,4 @@
<?
<?php
class TransactionTest_55 extends SimpleTest {
function test_1_transactions() {
DB::$nested_transactions = true;
Expand Down
2 changes: 1 addition & 1 deletion simpletest/WhereClauseTest.php
@@ -1,4 +1,4 @@
<?
<?php
class WhereClauseTest extends SimpleTest {
function test_1_basic_where() {
$where = new WhereClause('and');
Expand Down

0 comments on commit 7c5c03c

Please sign in to comment.