1--TEST--
2Games_Chess_Losers->_capturePossible() not possible #1
3--SKIPIF--
4--FILE--
5<?php
6require_once dirname(__FILE__) . '/setup.php.inc';
7$board->addPiece('W', 'B', 'c1');
8$phpunit->assertFalse($board->_capturePossible(), 'nope');
9echo 'tests done';
10?>
11--EXPECT--
12tests done