laravel phpunit phpunit
public function testNewUserRegistration()
{
    $this->visit( /register )
         ->type( Taylor    name )
         ->check( terms )
         ->press( Register
laravel test Laravel
・requestの形を統一する
Mockery;
https://medium.com/laravel-4/laravel-4-controller-testing-48414f4782d0#.qreur0n73
・repositoriテスト
http://www.developer.com/services/testing-controllers-in-l
php Carbon php
$day = null ;
$weekjp = [ 日   月   火   水   木   金   土 ];
$day =  20160701  ;
if($day == null) {
 // 本日
 $dt = Carbon::now();
 $yyyymmdd = $
Pythonを使うメリット Python
 Pythonを使うメリット
、ソースコードの量が目に見えて減ります。
体感ではPHPの2/3ぐらいに感じました。 下手すると半分ぐらいになったりもします。
やっぱりコード量が少ないというのは開発の効率もよいです
PythonにはDjangoという素晴らしいフルスタックのフレームワークが存在します。
フルスタックは重たくて嫌だというのであればFla
windows verコマンド windows
windowsコマンドラインから
verコマンド
Windowsのバージョン情報を表示する。OSの種類やバージョン、ビルド番号などが表示される。
https://laracasts.com/discuss/channels/testing/phpunit-testing-repositories
http://recipe
laravelでのテスト phpunit phpunit
phpunitからのテスト実行 プロジェクト直下から実行する
¥htdocs¥nacagacco>phpunit .¥tests¥UserTest
PHPUnit 4.8.27 by Sebastian Bergmann and contributors.
Time: 8.28 seconds  Memory: 
php artisan コマンドを実行するとCould not open input file: artisanで怒られてしまう Laravel
php artisan コマンドを実行するとCould not open input file: artisanで怒られてしまう
このディレクトリは他のlaravelプロジェクトからまるまるコピーしてきたのだが
php artisan がうごかない
C:¥xampp¥htdocs¥nacagacco¥app>ph