This commit is contained in:
laf
2015-08-19 21:51:52 +00:00
parent 65d51f5e2b
commit 69706e2b72
2 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
# Created by .gitignore support plugin (hsz.mobi)
.idea
build/
test.php

View File

@@ -0,0 +1,9 @@
<?php
class TestFile
{
public function __construct()
{
$this->message = 'hoge';
}
}